Uses of Record Class
club.doki7.sdl3.datatype.SDL_Vertex
Packages that use SDL_Vertex
-
Uses of SDL_Vertex in club.doki7.sdl3.datatype
Classes in club.doki7.sdl3.datatype that implement interfaces with type arguments of type SDL_VertexModifier 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_VertexModifier and TypeMethodDescriptionstatic SDL_Vertex@NotNull SDL_VertexSDL_Vertex.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static SDL_VertexSDL_Vertex.clone(Arena arena, SDL_Vertex src) SDL_Vertex.color(@NotNull SDL_FColor value) SDL_Vertex.color(Consumer<@NotNull SDL_FColor> consumer) SDL_Vertex.position(@NotNull SDL_FPoint value) SDL_Vertex.position(Consumer<@NotNull SDL_FPoint> consumer) SDL_Vertex.tex_coord(@NotNull SDL_FPoint value) SDL_Vertex.tex_coord(Consumer<@NotNull SDL_FPoint> consumer) SDL_Vertex.Ptr.toArray()Methods in club.doki7.sdl3.datatype that return types with arguments of type SDL_VertexMethods in club.doki7.sdl3.datatype with parameters of type SDL_VertexModifier and TypeMethodDescriptionstatic SDL_VertexSDL_Vertex.clone(Arena arena, SDL_Vertex src) voidSDL_Vertex.Ptr.write(long index, @NotNull SDL_Vertex value)