Uses of Record Class
club.doki7.webgpu.datatype.WGPUPushConstantRange.Ptr
Packages that use WGPUPushConstantRange.Ptr
-
Uses of WGPUPushConstantRange.Ptr in club.doki7.webgpu.datatype
Methods in club.doki7.webgpu.datatype that return WGPUPushConstantRange.PtrModifier and TypeMethodDescriptionstatic WGPUPushConstantRange.Ptr
WGPUPushConstantRange.Ptr.at
(long index, @NotNull Consumer<@NotNull WGPUPushConstantRange> consumer) @NotNull WGPUPushConstantRange.Ptr
WGPUPushConstantRange.Ptr.offset
(long offset) WGPUPipelineLayoutExtras.pushConstantRanges
(int assumedCount) @NotNull WGPUPushConstantRange.Ptr
WGPUPushConstantRange.Ptr.reinterpret
(long newSize) Assume theWGPUPushConstantRange.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUPushConstantRange.Ptr
that uses the same backing storage as thisWGPUPushConstantRange.Ptr
, but with the new size.WGPUPushConstantRange.Ptr.slice
(long end) @NotNull WGPUPushConstantRange.Ptr
WGPUPushConstantRange.Ptr.slice
(long start, long end) Note that this function uses theList.subList(int, int)
semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)
semantics (offset + newSize).