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