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