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.Ptr
static SDL_Texture.Ptr
static SDL_Texture.Ptr
SDL_Texture.Ptr.allocate
(Arena arena, @Nullable SDL_Texture[] values) static SDL_Texture.Ptr
SDL_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.Ptr
is capable of holding at leastnewSize
handles, create a new viewSDL_Texture.Ptr
that 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).