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