Uses of Record Class
club.doki7.webgpu.handle.WGPUBindGroupLayout
Packages that use WGPUBindGroupLayout
-
Uses of WGPUBindGroupLayout in club.doki7.webgpu
Methods in club.doki7.webgpu that return WGPUBindGroupLayoutModifier and TypeMethodDescription@Nullable WGPUBindGroupLayout
WGPU.computePipelineGetBindGroupLayout
(WGPUComputePipeline computePipeline, int groupIndex) @Nullable WGPUBindGroupLayout
WGPU.deviceCreateBindGroupLayout
(WGPUDevice device, IWGPUBindGroupLayoutDescriptor descriptor) @Nullable WGPUBindGroupLayout
WGPU.renderPipelineGetBindGroupLayout
(WGPURenderPipeline renderPipeline, int groupIndex) Methods in club.doki7.webgpu with parameters of type WGPUBindGroupLayoutModifier and TypeMethodDescriptionvoid
WGPU.bindGroupLayoutAddRef
(WGPUBindGroupLayout bindGroupLayout) void
WGPU.bindGroupLayoutRelease
(WGPUBindGroupLayout bindGroupLayout) void
WGPU.bindGroupLayoutSetLabel
(WGPUBindGroupLayout bindGroupLayout, WGPUStringView label) -
Uses of WGPUBindGroupLayout in club.doki7.webgpu.datatype
Methods in club.doki7.webgpu.datatype that return WGPUBindGroupLayoutMethods in club.doki7.webgpu.datatype with parameters of type WGPUBindGroupLayoutModifier and TypeMethodDescriptionWGPUBindGroupDescriptor.layout
(@Nullable WGPUBindGroupLayout value) -
Uses of WGPUBindGroupLayout in club.doki7.webgpu.handle
Classes in club.doki7.webgpu.handle that implement interfaces with type arguments of type WGPUBindGroupLayoutModifier and TypeClassDescriptionstatic final record
Represents a pointer toWGPUBindGroupLayout
handle(s) in native memory.Methods in club.doki7.webgpu.handle that return WGPUBindGroupLayoutModifier and TypeMethodDescription@Nullable WGPUBindGroupLayout
WGPUBindGroupLayout.Ptr.read()
@Nullable WGPUBindGroupLayout
WGPUBindGroupLayout.Ptr.read
(long index) Methods in club.doki7.webgpu.handle that return types with arguments of type WGPUBindGroupLayoutModifier and TypeMethodDescription@NotNull Iterator
<WGPUBindGroupLayout> WGPUBindGroupLayout.Ptr.iterator()
Methods in club.doki7.webgpu.handle with parameters of type WGPUBindGroupLayoutModifier and TypeMethodDescriptionstatic WGPUBindGroupLayout.Ptr
WGPUBindGroupLayout.Ptr.allocate
(Arena arena, @Nullable WGPUBindGroupLayout @NotNull [] values) static WGPUBindGroupLayout.Ptr
WGPUBindGroupLayout.Ptr.allocateV
(Arena arena, @Nullable WGPUBindGroupLayout value0, @Nullable WGPUBindGroupLayout... values) void
WGPUBindGroupLayout.Ptr.write
(long index, @Nullable WGPUBindGroupLayout value) void
WGPUBindGroupLayout.Ptr.write
(@Nullable WGPUBindGroupLayout value) void
WGPUBindGroupLayout.Ptr.write
(@Nullable WGPUBindGroupLayout[] values) void
WGPUBindGroupLayout.Ptr.writeV
(@Nullable WGPUBindGroupLayout value0, @Nullable WGPUBindGroupLayout... values) Method parameters in club.doki7.webgpu.handle with type arguments of type WGPUBindGroupLayoutModifier and TypeMethodDescriptionstatic WGPUBindGroupLayout.Ptr
WGPUBindGroupLayout.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable WGPUBindGroupLayout> values)