Zernikalos
Toggle table of contents
0.7.0
WebGPU
Target filter
WebGPU
Switch theme
Search in API
Skip to content
Zernikalos
Zernikalos
/
zernikalos.context.webgpu
/
GPUTextureBindingLayout
GPUTexture
Binding
Layout
WebGPU
data
class
GPUTextureBindingLayout
(
var
sampleType
:
String
?
=
undefined
,
var
viewDimension
:
String
?
=
undefined
,
var
multisampled
:
Boolean
?
=
undefined
)
(
source
)
Members
Constructors
GPUTexture
Binding
Layout
Link copied to clipboard
WebGPU
constructor
(
sampleType
:
String
?
=
undefined
,
viewDimension
:
String
?
=
undefined
,
multisampled
:
Boolean
?
=
undefined
)
Properties
multisampled
Link copied to clipboard
WebGPU
var
multisampled
:
Boolean
?
sample
Type
Link copied to clipboard
WebGPU
var
sampleType
:
String
?
view
Dimension
Link copied to clipboard
WebGPU
var
viewDimension
:
String
?
Functions
to
Gpu
Link copied to clipboard
WebGPU
fun
toGpu
(
)
:
dynamic