W3cubDocs
/
Deno
W3cubTools
Cheatsheets
About
GPUTextureUsage
class
GPUTextureUsage {
static
COPY_DST
:
2
;
static
COPY_SRC
:
1
;
static
RENDER_ATTACHMENT
:
16
;
static
STORAGE_BINDING
:
8
;
static
TEXTURE_BINDING
:
4
;
}
Static Properties
COPY_DST
:
2
COPY_SRC
:
1
RENDER_ATTACHMENT
:
16
STORAGE_BINDING
:
8
TEXTURE_BINDING
:
4
© 2018–2021 the Deno authors
https://doc.deno.land/deno/stable/~/GPUTextureUsage