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.Ptrstatic SDL_GPUCopyPass.Ptrstatic SDL_GPUCopyPass.PtrSDL_GPUCopyPass.Ptr.allocate(Arena arena, @Nullable SDL_GPUCopyPass[] values) static SDL_GPUCopyPass.PtrSDL_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.Ptris capable of holding at leastnewSizehandles, create a new viewSDL_GPUCopyPass.Ptrthat 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).