Uses of Record Class
club.doki7.sdl3.handle.SDL_Storage.Ptr
Packages that use SDL_Storage.Ptr
-
Uses of SDL_Storage.Ptr in club.doki7.sdl3.handle
Methods in club.doki7.sdl3.handle that return SDL_Storage.PtrModifier and TypeMethodDescriptionstatic SDL_Storage.Ptr
static SDL_Storage.Ptr
static SDL_Storage.Ptr
SDL_Storage.Ptr.allocate
(Arena arena, @Nullable SDL_Storage[] values) static SDL_Storage.Ptr
SDL_Storage.Ptr.allocateV
(Arena arena, @Nullable SDL_Storage value0, @Nullable SDL_Storage... values) SDL_Storage.Ptr.offset
(long offset) SDL_Storage.Ptr.reinterpret
(long newSize) Assume theSDL_Storage.Ptr
is capable of holding at leastnewSize
handles, create a new viewSDL_Storage.Ptr
that uses the same backing storage as thisSDL_Storage.Ptr
, but with the new size.SDL_Storage.Ptr.slice
(long end) SDL_Storage.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).