webgpu-c
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
webgpu-c
webgpu-c
/
lib.wgpu
/
WGPUBufferBindingLayout
WGPUBuffer
Binding
Layout
value
class
WGPUBufferBindingLayout
(
val
$mem
:
MemorySegment
)
TODO
Members
Constructors
WGPUBuffer
Binding
Layout
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
has
Dynamic
Offset
Link copied to clipboard
var
hasDynamicOffset
:
<Error class: unknown class>
TODO
min
Binding
Size
Link copied to clipboard
var
minBindingSize
:
<Error class: unknown class>
TODO
next
In
Chain
Link copied to clipboard
var
nextInChain
:
Pointer
<
WGPUChainedStruct
>
type
Link copied to clipboard
var
type
:
WGPUBufferBindingType
If set to
WGPUBufferBindingType.Undefined
,
defaults
to
WGPUBufferBindingType.Uniform
.