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