webgpu-c
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
webgpu-c
webgpu-c
/
lib.wgpu
/
WGPUBindGroupLayoutEntry
WGPUBind
Group
Layout
Entry
value
class
WGPUBindGroupLayoutEntry
(
val
$mem
:
MemorySegment
)
TODO
Members
Constructors
WGPUBind
Group
Layout
Entry
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
binding
Link copied to clipboard
var
binding
:
<Error class: unknown class>
TODO
buffer
Link copied to clipboard
var
buffer
:
WGPUBufferBindingLayout
TODO
next
In
Chain
Link copied to clipboard
var
nextInChain
:
Pointer
<
WGPUChainedStruct
>
sampler
Link copied to clipboard
var
sampler
:
WGPUSamplerBindingLayout
TODO
storage
Texture
Link copied to clipboard
var
storageTexture
:
WGPUStorageTextureBindingLayout
TODO
texture
Link copied to clipboard
var
texture
:
WGPUTextureBindingLayout
TODO
visibility
Link copied to clipboard
var
visibility
:
<Error class: unknown class>
TODO