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