Uses of Record Class
club.doki7.webgpu.datatype.WGPUPushConstantRange
Packages that use WGPUPushConstantRange
-
Uses of WGPUPushConstantRange in club.doki7.webgpu.datatype
Classes in club.doki7.webgpu.datatype that implement interfaces with type arguments of type WGPUPushConstantRangeModifier 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 WGPUPushConstantRangeModifier and TypeMethodDescriptionstatic WGPUPushConstantRange
@NotNull WGPUPushConstantRange
WGPUPushConstantRange.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static WGPUPushConstantRange
WGPUPushConstantRange.clone
(Arena arena, WGPUPushConstantRange src) WGPUPushConstantRange.end
(int value) @Nullable WGPUPushConstantRange
WGPUPipelineLayoutExtras.pushConstantRanges()
WGPUPushConstantRange.stages
(long value) WGPUPushConstantRange.start
(int value) WGPUPushConstantRange.Ptr.toArray()
Methods in club.doki7.webgpu.datatype that return types with arguments of type WGPUPushConstantRangeModifier and TypeMethodDescription@NotNull Iterator
<WGPUPushConstantRange> WGPUPushConstantRange.Ptr.iterator()
Methods in club.doki7.webgpu.datatype with parameters of type WGPUPushConstantRangeModifier and TypeMethodDescriptionstatic WGPUPushConstantRange
WGPUPushConstantRange.clone
(Arena arena, WGPUPushConstantRange src) void
WGPUPushConstantRange.Ptr.write
(long index, @NotNull WGPUPushConstantRange value) Method parameters in club.doki7.webgpu.datatype with type arguments of type WGPUPushConstantRangeModifier and TypeMethodDescriptionWGPUPushConstantRange.Ptr.at
(long index, @NotNull Consumer<@NotNull WGPUPushConstantRange> consumer)