Uses of Record Class
club.doki7.sdl3.handle.SDL_GPUDevice.Ptr
Packages that use SDL_GPUDevice.Ptr
-
Uses of SDL_GPUDevice.Ptr in club.doki7.sdl3.handle
Methods in club.doki7.sdl3.handle that return SDL_GPUDevice.PtrModifier and TypeMethodDescriptionstatic SDL_GPUDevice.Ptrstatic SDL_GPUDevice.Ptrstatic SDL_GPUDevice.PtrSDL_GPUDevice.Ptr.allocate(Arena arena, @Nullable SDL_GPUDevice[] values) static SDL_GPUDevice.PtrSDL_GPUDevice.Ptr.allocateV(Arena arena, @Nullable SDL_GPUDevice value0, @Nullable SDL_GPUDevice... values) SDL_GPUDevice.Ptr.offset(long offset) SDL_GPUDevice.Ptr.reinterpret(long newSize) Assume theSDL_GPUDevice.Ptris capable of holding at leastnewSizehandles, create a new viewSDL_GPUDevice.Ptrthat uses the same backing storage as thisSDL_GPUDevice.Ptr, but with the new size.SDL_GPUDevice.Ptr.slice(long end) SDL_GPUDevice.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).