webgpu-c
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
webgpu-c
webgpu-c
/
lib.wgpu
/
WGPUSamplerBindingLayout
WGPUSampler
Binding
Layout
value
class
WGPUSamplerBindingLayout
(
val
$mem
:
MemorySegment
)
TODO
Members
Constructors
WGPUSampler
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
next
In
Chain
Link copied to clipboard
var
nextInChain
:
Pointer
<
WGPUChainedStruct
>
type
Link copied to clipboard
var
type
:
WGPUSamplerBindingType
If set to
WGPUSamplerBindingType.Undefined
,
defaults
to
WGPUSamplerBindingType.Filtering
.