Uses of Record Class
club.doki7.sdl3.datatype.SDL_GPUVertexAttribute
Packages that use SDL_GPUVertexAttribute
-
Uses of SDL_GPUVertexAttribute in club.doki7.sdl3.datatype
Classes in club.doki7.sdl3.datatype that implement interfaces with type arguments of type SDL_GPUVertexAttributeModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.sdl3.datatype that return SDL_GPUVertexAttributeModifier and TypeMethodDescriptionstatic SDL_GPUVertexAttribute
@NotNull SDL_GPUVertexAttribute
SDL_GPUVertexAttribute.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.SDL_GPUVertexAttribute.buffer_slot
(int value) static SDL_GPUVertexAttribute
SDL_GPUVertexAttribute.clone
(Arena arena, SDL_GPUVertexAttribute src) SDL_GPUVertexAttribute.format
(int value) SDL_GPUVertexAttribute.location
(int value) SDL_GPUVertexAttribute.offset
(int value) SDL_GPUVertexAttribute.Ptr.toArray()
@Nullable SDL_GPUVertexAttribute
SDL_GPUVertexInputState.vertex_attributes()
Methods in club.doki7.sdl3.datatype that return types with arguments of type SDL_GPUVertexAttributeModifier and TypeMethodDescription@NotNull Iterator
<SDL_GPUVertexAttribute> SDL_GPUVertexAttribute.Ptr.iterator()
Methods in club.doki7.sdl3.datatype with parameters of type SDL_GPUVertexAttributeModifier and TypeMethodDescriptionstatic SDL_GPUVertexAttribute
SDL_GPUVertexAttribute.clone
(Arena arena, SDL_GPUVertexAttribute src) void
SDL_GPUVertexAttribute.Ptr.write
(long index, @NotNull SDL_GPUVertexAttribute value)