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