wgpu4k
Toggle table of contents
0.0.2
common
Platform filter
common
Switch theme
Search in API
wgpu4k
wgpu4k
/
io.ygdrasil.webgpu
/
RenderPipelineDescriptor
/
VertexState
/
VertexBufferLayout
/
VertexAttribute
Vertex
Attribute
data
class
VertexAttribute
(
val
format
:
VertexFormat
,
val
offset
:
GPUSize64
,
val
shaderLocation
:
GPUIndex32
)
Members
Constructors
Vertex
Attribute
Link copied to clipboard
constructor
(
format
:
VertexFormat
,
offset
:
GPUSize64
,
shaderLocation
:
GPUIndex32
)
Properties
format
Link copied to clipboard
val
format
:
VertexFormat
offset
Link copied to clipboard
val
offset
:
GPUSize64
shader
Location
Link copied to clipboard
val
shaderLocation
:
GPUIndex32