Uses of Record Class
club.doki7.sdl3.datatype.SDL_GPUTransferBufferLocation.Ptr
Packages that use SDL_GPUTransferBufferLocation.Ptr
-
Uses of SDL_GPUTransferBufferLocation.Ptr in club.doki7.sdl3.datatype
Methods in club.doki7.sdl3.datatype that return SDL_GPUTransferBufferLocation.PtrModifier and TypeMethodDescription@NotNull SDL_GPUTransferBufferLocation.PtrSDL_GPUTransferBufferLocation.Ptr.offset(long offset) @NotNull SDL_GPUTransferBufferLocation.PtrSDL_GPUTransferBufferLocation.Ptr.reinterpret(long newSize) Assume theSDL_GPUTransferBufferLocation.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_GPUTransferBufferLocation.Ptrthat uses the same backing storage as thisSDL_GPUTransferBufferLocation.Ptr, but with the new size.SDL_GPUTransferBufferLocation.Ptr.slice(long end) @NotNull SDL_GPUTransferBufferLocation.PtrSDL_GPUTransferBufferLocation.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).