Uses of Record Class
club.doki7.sdl3.handle.SDL_Texture.Ptr
Packages that use SDL_Texture.Ptr
-
Uses of SDL_Texture.Ptr in club.doki7.sdl3.handle
Methods in club.doki7.sdl3.handle that return SDL_Texture.PtrModifier and TypeMethodDescriptionstatic SDL_Texture.Ptrstatic SDL_Texture.Ptrstatic SDL_Texture.PtrSDL_Texture.Ptr.allocate(Arena arena, @Nullable SDL_Texture[] values) static SDL_Texture.PtrSDL_Texture.Ptr.allocateV(Arena arena, @Nullable SDL_Texture value0, @Nullable SDL_Texture... values) SDL_Texture.Ptr.offset(long offset) SDL_Texture.Ptr.reinterpret(long newSize) Assume theSDL_Texture.Ptris capable of holding at leastnewSizehandles, create a new viewSDL_Texture.Ptrthat uses the same backing storage as thisSDL_Texture.Ptr, but with the new size.SDL_Texture.Ptr.slice(long end) SDL_Texture.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).