webgpu-c
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
webgpu-c
webgpu-c
/
lib.wgpu
/
WGPUVertexState
WGPUVertex
State
value
class
WGPUVertexState
(
val
$mem
:
MemorySegment
)
TODO
Members
Constructors
WGPUVertex
State
Link copied to clipboard
constructor
(
gc
:
Boolean
)
constructor
(
$mem
:
MemorySegment
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
$mem
Link copied to clipboard
val
$mem
:
MemorySegment
buffer
Count
Link copied to clipboard
var
bufferCount
:
<Error class: unknown class>
Array count for
buffers
.
buffers
Link copied to clipboard
var
buffers
:
Pointer
<
WGPUVertexBufferLayout
>
TODO
constant
Count
Link copied to clipboard
var
constantCount
:
<Error class: unknown class>
Array count for
constants
.
constants
Link copied to clipboard
var
constants
:
Pointer
<
WGPUConstantEntry
>
TODO
entry
Point
Link copied to clipboard
var
entryPoint
:
WGPUStringView
TODO
module
Link copied to clipboard
var
module
:
WGPUShaderModule
TODO
next
In
Chain
Link copied to clipboard
var
nextInChain
:
Pointer
<
WGPUChainedStruct
>