libdonut  2.3.2
Application framework for cross-platform game development in C++20
Public Attributes | List of all members
donut::graphics::TexturedQuad::Vertex Struct Reference

Data layout for the attributes of a single vertex of the mesh. More...

#include <donut/graphics/TexturedQuad.hpp>

Public Attributes

vec2 coordinates
 Shared vertex position and texture coordinates. More...
 

Detailed Description

Data layout for the attributes of a single vertex of the mesh.

Note
Meets the requirements of the donut::graphics::mesh_vertex concept.

Member Data Documentation

◆ coordinates

vec2 donut::graphics::TexturedQuad::Vertex::coordinates

Shared vertex position and texture coordinates.


The documentation for this struct was generated from the following file: