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