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 recordRepresents 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 WGPUPushConstantRangeWGPUPushConstantRange.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static WGPUPushConstantRangeWGPUPushConstantRange.clone(Arena arena, WGPUPushConstantRange src) WGPUPushConstantRange.end(int value) @Nullable WGPUPushConstantRangeWGPUPipelineLayoutExtras.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 WGPUPushConstantRangeWGPUPushConstantRange.clone(Arena arena, WGPUPushConstantRange src) voidWGPUPushConstantRange.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)