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 WGPUBindGroupWGPU.deviceCreateBindGroup(WGPUDevice device, IWGPUBindGroupDescriptor descriptor) Methods in club.doki7.webgpu with parameters of type WGPUBindGroupModifier and TypeMethodDescriptionvoidWGPU.bindGroupAddRef(WGPUBindGroup bindGroup) voidWGPU.bindGroupRelease(WGPUBindGroup bindGroup) voidWGPU.bindGroupSetLabel(WGPUBindGroup bindGroup, WGPUStringView label) voidWGPU.computePassEncoderSetBindGroup(WGPUComputePassEncoder computePassEncoder, int groupIndex, @Nullable WGPUBindGroup group, long dynamicOffsetCount, IntPtr dynamicOffsets) voidWGPU.renderBundleEncoderSetBindGroup(WGPURenderBundleEncoder renderBundleEncoder, int groupIndex, @Nullable WGPUBindGroup group, long dynamicOffsetCount, IntPtr dynamicOffsets) voidWGPU.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 recordRepresents a pointer toWGPUBindGrouphandle(s) in native memory.Methods in club.doki7.webgpu.handle that return WGPUBindGroupModifier and TypeMethodDescription@Nullable WGPUBindGroupWGPUBindGroup.Ptr.read()@Nullable WGPUBindGroupWGPUBindGroup.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.PtrWGPUBindGroup.Ptr.allocate(Arena arena, @Nullable WGPUBindGroup @NotNull [] values) static WGPUBindGroup.PtrWGPUBindGroup.Ptr.allocateV(Arena arena, @Nullable WGPUBindGroup value0, @Nullable WGPUBindGroup... values) voidWGPUBindGroup.Ptr.write(long index, @Nullable WGPUBindGroup value) voidWGPUBindGroup.Ptr.write(@Nullable WGPUBindGroup value) voidWGPUBindGroup.Ptr.write(@Nullable WGPUBindGroup[] values) voidWGPUBindGroup.Ptr.writeV(@Nullable WGPUBindGroup value0, @Nullable WGPUBindGroup... values) Method parameters in club.doki7.webgpu.handle with type arguments of type WGPUBindGroupModifier and TypeMethodDescriptionstatic WGPUBindGroup.PtrWGPUBindGroup.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable WGPUBindGroup> values)