Buffer.binding - multiple declarations
Function Buffer.binding
Creates a buffer binding starting at offset
and ending at the end of the buffer.
__C .WGPUBindGroupEntry binding
(
uint location,
uint offset = 0u
);
Function Buffer.binding
Creates a buffer binding starting at offset
and ending at offset+size
.
__C .WGPUBindGroupEntry binding
(
uint location,
uint offset,
uint size
);