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 recordRepresents 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_GPUVertexAttributeSDL_GPUVertexAttribute.Ptr.at(long index) Returns (a pointer to) the structure at the given index.SDL_GPUVertexAttribute.buffer_slot(int value) static SDL_GPUVertexAttributeSDL_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_GPUVertexAttributeSDL_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_GPUVertexAttributeSDL_GPUVertexAttribute.clone(Arena arena, SDL_GPUVertexAttribute src) voidSDL_GPUVertexAttribute.Ptr.write(long index, @NotNull SDL_GPUVertexAttribute value)