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