Uses of Interface
club.doki7.sdl3.datatype.ISDL_Vertex
Packages that use ISDL_Vertex
-
Uses of ISDL_Vertex in club.doki7.sdl3
Methods in club.doki7.sdl3 with parameters of type ISDL_VertexModifier and TypeMethodDescriptionboolean
SDL3.renderGeometry
(@Nullable SDL_Renderer renderer, @Nullable SDL_Texture texture, @Nullable ISDL_Vertex vertices, int num_vertices, @Nullable IntPtr indices, int num_indices) Render a list of triangles, optionally using a texture and indices into the vertex array Color and alpha modulation is done per vertex (SDL_SetTextureColorMod and SDL_SetTextureAlphaMod are ignored). -
Uses of ISDL_Vertex in club.doki7.sdl3.datatype
Classes in club.doki7.sdl3.datatype that implement ISDL_VertexModifier and TypeClassDescriptionfinal record
Vertex structure.static final record
Represents a pointer to / an array of null structure(s) in native memory.