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 WGPUPipelineLayoutWGPU.deviceCreatePipelineLayout(WGPUDevice device, IWGPUPipelineLayoutDescriptor descriptor) Methods in club.doki7.webgpu with parameters of type WGPUPipelineLayoutModifier and TypeMethodDescriptionvoidWGPU.pipelineLayoutAddRef(WGPUPipelineLayout pipelineLayout) voidWGPU.pipelineLayoutRelease(WGPUPipelineLayout pipelineLayout) voidWGPU.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 WGPUPipelineLayoutWGPUComputePipelineDescriptor.layout()@Nullable WGPUPipelineLayoutWGPURenderPipelineDescriptor.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 recordRepresents a pointer toWGPUPipelineLayouthandle(s) in native memory.Methods in club.doki7.webgpu.handle that return WGPUPipelineLayoutModifier and TypeMethodDescription@Nullable WGPUPipelineLayoutWGPUPipelineLayout.Ptr.read()@Nullable WGPUPipelineLayoutWGPUPipelineLayout.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.PtrWGPUPipelineLayout.Ptr.allocate(Arena arena, @Nullable WGPUPipelineLayout @NotNull [] values) static WGPUPipelineLayout.PtrWGPUPipelineLayout.Ptr.allocateV(Arena arena, @Nullable WGPUPipelineLayout value0, @Nullable WGPUPipelineLayout... values) voidWGPUPipelineLayout.Ptr.write(long index, @Nullable WGPUPipelineLayout value) voidWGPUPipelineLayout.Ptr.write(@Nullable WGPUPipelineLayout value) voidWGPUPipelineLayout.Ptr.write(@Nullable WGPUPipelineLayout[] values) voidWGPUPipelineLayout.Ptr.writeV(@Nullable WGPUPipelineLayout value0, @Nullable WGPUPipelineLayout... values) Method parameters in club.doki7.webgpu.handle with type arguments of type WGPUPipelineLayoutModifier and TypeMethodDescriptionstatic WGPUPipelineLayout.PtrWGPUPipelineLayout.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable WGPUPipelineLayout> values)