W3cubDocs
/
Deno
W3cubTools
Cheatsheets
About
GPUStorageTextureBindingLayout
interface
GPUStorageTextureBindingLayout {
access
:
GPUStorageTextureAccess
;
format
:
GPUTextureFormat
;
viewDimension?
:
GPUTextureViewDimension
;
}
Properties
access
:
GPUStorageTextureAccess
format
:
GPUTextureFormat
viewDimension?
:
GPUTextureViewDimension
© 2018–2021 the Deno authors
https://doc.deno.land/deno/stable/~/GPUStorageTextureBindingLayout