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