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.PtrWGPUPushConstantRange.Ptr.at(long index, @NotNull Consumer<@NotNull WGPUPushConstantRange> consumer) @NotNull WGPUPushConstantRange.PtrWGPUPushConstantRange.Ptr.offset(long offset) WGPUPipelineLayoutExtras.pushConstantRanges(int assumedCount) @NotNull WGPUPushConstantRange.PtrWGPUPushConstantRange.Ptr.reinterpret(long newSize) Assume theWGPUPushConstantRange.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUPushConstantRange.Ptrthat uses the same backing storage as thisWGPUPushConstantRange.Ptr, but with the new size.WGPUPushConstantRange.Ptr.slice(long end) @NotNull WGPUPushConstantRange.PtrWGPUPushConstantRange.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).