Uses of Record Class
club.doki7.webgpu.handle.WGPUPipelineLayout
Packages that use WGPUPipelineLayout
-
Uses of WGPUPipelineLayout in club.doki7.webgpu
Methods in club.doki7.webgpu that return WGPUPipelineLayoutModifier and TypeMethodDescription@Nullable WGPUPipelineLayout
WGPU.deviceCreatePipelineLayout
(WGPUDevice device, IWGPUPipelineLayoutDescriptor descriptor) Methods in club.doki7.webgpu with parameters of type WGPUPipelineLayoutModifier and TypeMethodDescriptionvoid
WGPU.pipelineLayoutAddRef
(WGPUPipelineLayout pipelineLayout) void
WGPU.pipelineLayoutRelease
(WGPUPipelineLayout pipelineLayout) void
WGPU.pipelineLayoutSetLabel
(WGPUPipelineLayout pipelineLayout, WGPUStringView label) -
Uses of WGPUPipelineLayout in club.doki7.webgpu.datatype
Methods in club.doki7.webgpu.datatype that return WGPUPipelineLayoutModifier and TypeMethodDescription@Nullable WGPUPipelineLayout
WGPUComputePipelineDescriptor.layout()
@Nullable WGPUPipelineLayout
WGPURenderPipelineDescriptor.layout()
Methods in club.doki7.webgpu.datatype with parameters of type WGPUPipelineLayoutModifier and TypeMethodDescriptionWGPUComputePipelineDescriptor.layout
(@Nullable WGPUPipelineLayout value) WGPURenderPipelineDescriptor.layout
(@Nullable WGPUPipelineLayout value) -
Uses of WGPUPipelineLayout in club.doki7.webgpu.handle
Classes in club.doki7.webgpu.handle that implement interfaces with type arguments of type WGPUPipelineLayoutModifier and TypeClassDescriptionstatic final record
Represents a pointer toWGPUPipelineLayout
handle(s) in native memory.Methods in club.doki7.webgpu.handle that return WGPUPipelineLayoutModifier and TypeMethodDescription@Nullable WGPUPipelineLayout
WGPUPipelineLayout.Ptr.read()
@Nullable WGPUPipelineLayout
WGPUPipelineLayout.Ptr.read
(long index) Methods in club.doki7.webgpu.handle that return types with arguments of type WGPUPipelineLayoutModifier and TypeMethodDescription@NotNull Iterator
<WGPUPipelineLayout> WGPUPipelineLayout.Ptr.iterator()
Methods in club.doki7.webgpu.handle with parameters of type WGPUPipelineLayoutModifier and TypeMethodDescriptionstatic WGPUPipelineLayout.Ptr
WGPUPipelineLayout.Ptr.allocate
(Arena arena, @Nullable WGPUPipelineLayout @NotNull [] values) static WGPUPipelineLayout.Ptr
WGPUPipelineLayout.Ptr.allocateV
(Arena arena, @Nullable WGPUPipelineLayout value0, @Nullable WGPUPipelineLayout... values) void
WGPUPipelineLayout.Ptr.write
(long index, @Nullable WGPUPipelineLayout value) void
WGPUPipelineLayout.Ptr.write
(@Nullable WGPUPipelineLayout value) void
WGPUPipelineLayout.Ptr.write
(@Nullable WGPUPipelineLayout[] values) void
WGPUPipelineLayout.Ptr.writeV
(@Nullable WGPUPipelineLayout value0, @Nullable WGPUPipelineLayout... values) Method parameters in club.doki7.webgpu.handle with type arguments of type WGPUPipelineLayoutModifier and TypeMethodDescriptionstatic WGPUPipelineLayout.Ptr
WGPUPipelineLayout.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable WGPUPipelineLayout> values)