Uses of Record Class
club.doki7.sdl3.datatype.SDL_GPUVertexBufferDescription.Ptr
Packages that use SDL_GPUVertexBufferDescription.Ptr
-
Uses of SDL_GPUVertexBufferDescription.Ptr in club.doki7.sdl3.datatype
Methods in club.doki7.sdl3.datatype that return SDL_GPUVertexBufferDescription.PtrModifier and TypeMethodDescription@NotNull SDL_GPUVertexBufferDescription.Ptr
SDL_GPUVertexBufferDescription.Ptr.offset
(long offset) @NotNull SDL_GPUVertexBufferDescription.Ptr
SDL_GPUVertexBufferDescription.Ptr.reinterpret
(long newSize) Assume theSDL_GPUVertexBufferDescription.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_GPUVertexBufferDescription.Ptr
that uses the same backing storage as thisSDL_GPUVertexBufferDescription.Ptr
, but with the new size.SDL_GPUVertexBufferDescription.Ptr.slice
(long end) @NotNull SDL_GPUVertexBufferDescription.Ptr
SDL_GPUVertexBufferDescription.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).SDL_GPUVertexInputState.vertex_buffer_descriptions
(int assumedCount)