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