W3cubDocs
/
Deno
W3cubTools
Cheatsheets
About
GPUShaderModule
class
GPUShaderModule
implements
GPUObjectBase
{
label
:
string
|
null
;
compilationInfo
()
:
Promise
<
GPUCompilationInfo
>
;
}
Implements
GPUObjectBase
Properties
label
:
string
|
null
Methods
compilationInfo()
:
Promise
<
GPUCompilationInfo
>
© 2018–2021 the Deno authors
https://doc.deno.land/deno/stable/~/GPUShaderModule