.. index:: pair: struct; EE::Graphics::VertexData .. _doxid-struct_e_e_1_1_graphics_1_1_vertex_data: struct EE::Graphics::VertexData =============================== .. toctree:: :hidden: Holds the position texture UV and color of a vertex. .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct VertexData { // fields :ref:`Vector2f` :target:`pos`; :ref:`Vector2f` :target:`tex`; :ref:`Color` :target:`color`; };