Uses of Record Class
club.doki7.webgpu.handle.WGPUBindGroup
Packages that use WGPUBindGroup
-
Uses of WGPUBindGroup in club.doki7.webgpu
Methods in club.doki7.webgpu that return WGPUBindGroupModifier and TypeMethodDescription@Nullable WGPUBindGroup
WGPU.deviceCreateBindGroup
(WGPUDevice device, IWGPUBindGroupDescriptor descriptor) Methods in club.doki7.webgpu with parameters of type WGPUBindGroupModifier and TypeMethodDescriptionvoid
WGPU.bindGroupAddRef
(WGPUBindGroup bindGroup) void
WGPU.bindGroupRelease
(WGPUBindGroup bindGroup) void
WGPU.bindGroupSetLabel
(WGPUBindGroup bindGroup, WGPUStringView label) void
WGPU.computePassEncoderSetBindGroup
(WGPUComputePassEncoder computePassEncoder, int groupIndex, @Nullable WGPUBindGroup group, long dynamicOffsetCount, IntPtr dynamicOffsets) void
WGPU.renderBundleEncoderSetBindGroup
(WGPURenderBundleEncoder renderBundleEncoder, int groupIndex, @Nullable WGPUBindGroup group, long dynamicOffsetCount, IntPtr dynamicOffsets) void
WGPU.renderPassEncoderSetBindGroup
(WGPURenderPassEncoder renderPassEncoder, int groupIndex, @Nullable WGPUBindGroup group, long dynamicOffsetCount, IntPtr dynamicOffsets) -
Uses of WGPUBindGroup in club.doki7.webgpu.handle
Classes in club.doki7.webgpu.handle that implement interfaces with type arguments of type WGPUBindGroupModifier and TypeClassDescriptionstatic final record
Represents a pointer toWGPUBindGroup
handle(s) in native memory.Methods in club.doki7.webgpu.handle that return WGPUBindGroupModifier and TypeMethodDescription@Nullable WGPUBindGroup
WGPUBindGroup.Ptr.read()
@Nullable WGPUBindGroup
WGPUBindGroup.Ptr.read
(long index) Methods in club.doki7.webgpu.handle that return types with arguments of type WGPUBindGroupMethods in club.doki7.webgpu.handle with parameters of type WGPUBindGroupModifier and TypeMethodDescriptionstatic WGPUBindGroup.Ptr
WGPUBindGroup.Ptr.allocate
(Arena arena, @Nullable WGPUBindGroup @NotNull [] values) static WGPUBindGroup.Ptr
WGPUBindGroup.Ptr.allocateV
(Arena arena, @Nullable WGPUBindGroup value0, @Nullable WGPUBindGroup... values) void
WGPUBindGroup.Ptr.write
(long index, @Nullable WGPUBindGroup value) void
WGPUBindGroup.Ptr.write
(@Nullable WGPUBindGroup value) void
WGPUBindGroup.Ptr.write
(@Nullable WGPUBindGroup[] values) void
WGPUBindGroup.Ptr.writeV
(@Nullable WGPUBindGroup value0, @Nullable WGPUBindGroup... values) Method parameters in club.doki7.webgpu.handle with type arguments of type WGPUBindGroupModifier and TypeMethodDescriptionstatic WGPUBindGroup.Ptr
WGPUBindGroup.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable WGPUBindGroup> values)