Uses of Record Class
club.doki7.sdl3.handle.SDL_Surface.Ptr
Packages that use SDL_Surface.Ptr
-
Uses of SDL_Surface.Ptr in club.doki7.sdl3
Methods in club.doki7.sdl3 that return SDL_Surface.PtrModifier and TypeMethodDescriptionSDL3.getSurfaceImages
(@Nullable SDL_Surface surface, @Nullable IntPtr count) Get an array including all versions of a surface.Methods in club.doki7.sdl3 with parameters of type SDL_Surface.PtrModifier and TypeMethodDescriptionboolean
SDL3.lockTextureToSurface
(@Nullable SDL_Texture texture, @Nullable ISDL_Rect rect, SDL_Surface.Ptr surface) Lock a portion of the texture for write-only pixel access, and expose it as a SDL surface. -
Uses of SDL_Surface.Ptr in club.doki7.sdl3.handle
Methods in club.doki7.sdl3.handle that return SDL_Surface.PtrModifier and TypeMethodDescriptionstatic SDL_Surface.Ptr
static SDL_Surface.Ptr
static SDL_Surface.Ptr
SDL_Surface.Ptr.allocate
(Arena arena, @Nullable SDL_Surface[] values) static SDL_Surface.Ptr
SDL_Surface.Ptr.allocateV
(Arena arena, @Nullable SDL_Surface value0, @Nullable SDL_Surface... values) SDL_Surface.Ptr.offset
(long offset) SDL_Surface.Ptr.reinterpret
(long newSize) Assume theSDL_Surface.Ptr
is capable of holding at leastnewSize
handles, create a new viewSDL_Surface.Ptr
that uses the same backing storage as thisSDL_Surface.Ptr
, but with the new size.SDL_Surface.Ptr.slice
(long end) SDL_Surface.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).