WGPUBindGroupEntry

value class WGPUBindGroupEntry(val $mem: MemorySegment)

TODO

Constructors

Link copied to clipboard
constructor(gc: Boolean)
constructor($mem: MemorySegment)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val $mem: MemorySegment
Link copied to clipboard
var binding: <Error class: unknown class>

Binding index in the bind group.

Link copied to clipboard

Set this if the binding is a buffer object. Otherwise must be null.

Link copied to clipboard
Link copied to clipboard
var offset: <Error class: unknown class>

If the binding is a buffer, this is the byte offset of the binding range. Otherwise ignored.

Link copied to clipboard

Set this if the binding is a sampler object. Otherwise must be null.

Link copied to clipboard
var size: <Error class: unknown class>

If the binding is a buffer, this is the byte size of the binding range (WGPU_WHOLE.SIZE means the binding ends at the end of the buffer). Otherwise ignored.

Link copied to clipboard

Set this if the binding is a texture view object. Otherwise must be null.