W3cubDocs
/
Deno
W3cubTools
Cheatsheets
About
GPUShaderStage
class
GPUShaderStage {
static
COMPUTE
:
4
;
static
FRAGMENT
:
2
;
static
VERTEX
:
1
;
}
Static Properties
COMPUTE
:
4
FRAGMENT
:
2
VERTEX
:
1
© 2018–2021 the Deno authors
https://doc.deno.land/deno/stable/~/GPUShaderStage