Uses of Record Class
club.doki7.webgpu.datatype.WGPUPrimitiveState.Ptr
Packages that use WGPUPrimitiveState.Ptr
-
Uses of WGPUPrimitiveState.Ptr in club.doki7.webgpu.datatype
Methods in club.doki7.webgpu.datatype that return WGPUPrimitiveState.PtrModifier and TypeMethodDescriptionstatic WGPUPrimitiveState.PtrWGPUPrimitiveState.Ptr.at(long index, @NotNull Consumer<@NotNull WGPUPrimitiveState> consumer) @NotNull WGPUPrimitiveState.PtrWGPUPrimitiveState.Ptr.offset(long offset) @NotNull WGPUPrimitiveState.PtrWGPUPrimitiveState.Ptr.reinterpret(long newSize) Assume theWGPUPrimitiveState.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUPrimitiveState.Ptrthat uses the same backing storage as thisWGPUPrimitiveState.Ptr, but with the new size.WGPUPrimitiveState.Ptr.slice(long end) @NotNull WGPUPrimitiveState.PtrWGPUPrimitiveState.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).