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 WGPUBindGroupLayoutWGPU.computePipelineGetBindGroupLayout(WGPUComputePipeline computePipeline, int groupIndex) @Nullable WGPUBindGroupLayoutWGPU.deviceCreateBindGroupLayout(WGPUDevice device, IWGPUBindGroupLayoutDescriptor descriptor) @Nullable WGPUBindGroupLayoutWGPU.renderPipelineGetBindGroupLayout(WGPURenderPipeline renderPipeline, int groupIndex) Methods in club.doki7.webgpu with parameters of type WGPUBindGroupLayoutModifier and TypeMethodDescriptionvoidWGPU.bindGroupLayoutAddRef(WGPUBindGroupLayout bindGroupLayout) voidWGPU.bindGroupLayoutRelease(WGPUBindGroupLayout bindGroupLayout) voidWGPU.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 recordRepresents a pointer toWGPUBindGroupLayouthandle(s) in native memory.Methods in club.doki7.webgpu.handle that return WGPUBindGroupLayoutModifier and TypeMethodDescription@Nullable WGPUBindGroupLayoutWGPUBindGroupLayout.Ptr.read()@Nullable WGPUBindGroupLayoutWGPUBindGroupLayout.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.PtrWGPUBindGroupLayout.Ptr.allocate(Arena arena, @Nullable WGPUBindGroupLayout @NotNull [] values) static WGPUBindGroupLayout.PtrWGPUBindGroupLayout.Ptr.allocateV(Arena arena, @Nullable WGPUBindGroupLayout value0, @Nullable WGPUBindGroupLayout... values) voidWGPUBindGroupLayout.Ptr.write(long index, @Nullable WGPUBindGroupLayout value) voidWGPUBindGroupLayout.Ptr.write(@Nullable WGPUBindGroupLayout value) voidWGPUBindGroupLayout.Ptr.write(@Nullable WGPUBindGroupLayout[] values) voidWGPUBindGroupLayout.Ptr.writeV(@Nullable WGPUBindGroupLayout value0, @Nullable WGPUBindGroupLayout... values) Method parameters in club.doki7.webgpu.handle with type arguments of type WGPUBindGroupLayoutModifier and TypeMethodDescriptionstatic WGPUBindGroupLayout.PtrWGPUBindGroupLayout.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable WGPUBindGroupLayout> values)