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.Ptr
WGPUStencilFaceState.Ptr.at
(long index, @NotNull Consumer<@NotNull WGPUStencilFaceState> consumer) @NotNull WGPUStencilFaceState.Ptr
WGPUStencilFaceState.Ptr.offset
(long offset) @NotNull WGPUStencilFaceState.Ptr
WGPUStencilFaceState.Ptr.reinterpret
(long newSize) Assume theWGPUStencilFaceState.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUStencilFaceState.Ptr
that uses the same backing storage as thisWGPUStencilFaceState.Ptr
, but with the new size.WGPUStencilFaceState.Ptr.slice
(long end) @NotNull WGPUStencilFaceState.Ptr
WGPUStencilFaceState.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).