Uses of Record Class
club.doki7.webgpu.datatype.WGPUPipelineLayoutExtras
Packages that use WGPUPipelineLayoutExtras
-
Uses of WGPUPipelineLayoutExtras in club.doki7.webgpu.datatype
Classes in club.doki7.webgpu.datatype that implement interfaces with type arguments of type WGPUPipelineLayoutExtrasModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.webgpu.datatype that return WGPUPipelineLayoutExtrasModifier and TypeMethodDescriptionstatic WGPUPipelineLayoutExtras
@NotNull WGPUPipelineLayoutExtras
WGPUPipelineLayoutExtras.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.WGPUPipelineLayoutExtras.chain
(@NotNull WGPUChainedStruct value) WGPUPipelineLayoutExtras.chain
(Consumer<@NotNull WGPUChainedStruct> consumer) static WGPUPipelineLayoutExtras
WGPUPipelineLayoutExtras.clone
(Arena arena, WGPUPipelineLayoutExtras src) WGPUPipelineLayoutExtras.pushConstantRangeCount
(long value) WGPUPipelineLayoutExtras.pushConstantRanges
(@Nullable IWGPUPushConstantRange value) WGPUPipelineLayoutExtras.Ptr.toArray()
Methods in club.doki7.webgpu.datatype that return types with arguments of type WGPUPipelineLayoutExtrasModifier and TypeMethodDescription@NotNull Iterator
<WGPUPipelineLayoutExtras> WGPUPipelineLayoutExtras.Ptr.iterator()
Methods in club.doki7.webgpu.datatype with parameters of type WGPUPipelineLayoutExtrasModifier and TypeMethodDescriptionstatic WGPUPipelineLayoutExtras
WGPUPipelineLayoutExtras.clone
(Arena arena, WGPUPipelineLayoutExtras src) void
WGPUPipelineLayoutExtras.Ptr.write
(long index, @NotNull WGPUPipelineLayoutExtras value) Method parameters in club.doki7.webgpu.datatype with type arguments of type WGPUPipelineLayoutExtrasModifier and TypeMethodDescriptionWGPUPipelineLayoutExtras.Ptr.at
(long index, @NotNull Consumer<@NotNull WGPUPipelineLayoutExtras> consumer)