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
/
GPUVertexAttribute
GPUVertex
Attribute
WebGPU
data
class
GPUVertexAttribute
(
var
format
:
String
,
var
offset
:
Int
,
var
shaderLocation
:
Int
)
(
source
)
Members
Constructors
GPUVertex
Attribute
Link copied to clipboard
WebGPU
constructor
(
format
:
String
,
offset
:
Int
,
shaderLocation
:
Int
)
Properties
format
Link copied to clipboard
WebGPU
var
format
:
String
offset
Link copied to clipboard
WebGPU
var
offset
:
Int
shader
Location
Link copied to clipboard
WebGPU
var
shaderLocation
:
Int
Functions
to
Gpu
Link copied to clipboard
WebGPU
fun
toGpu
(
)
:
dynamic