Uses of Record Class
club.doki7.sdl3.datatype.SDL_GPUStencilOpState.Ptr
Packages that use SDL_GPUStencilOpState.Ptr
-
Uses of SDL_GPUStencilOpState.Ptr in club.doki7.sdl3.datatype
Methods in club.doki7.sdl3.datatype that return SDL_GPUStencilOpState.PtrModifier and TypeMethodDescriptionstatic SDL_GPUStencilOpState.Ptr@NotNull SDL_GPUStencilOpState.PtrSDL_GPUStencilOpState.Ptr.offset(long offset) @NotNull SDL_GPUStencilOpState.PtrSDL_GPUStencilOpState.Ptr.reinterpret(long newSize) Assume theSDL_GPUStencilOpState.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_GPUStencilOpState.Ptrthat uses the same backing storage as thisSDL_GPUStencilOpState.Ptr, but with the new size.SDL_GPUStencilOpState.Ptr.slice(long end) @NotNull SDL_GPUStencilOpState.PtrSDL_GPUStencilOpState.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).