neoGFX
C++ GPU-oriented GUI library and app/game creation framework.
neogfx::vertex Struct Reference

#include <i_mesh.hpp>

Public Attributes

vec3 coordinates
 
vec2 textureCoordinates
 

Detailed Description

Definition at line 30 of file i_mesh.hpp.

Member Data Documentation

◆ coordinates

vec3 neogfx::vertex::coordinates

Definition at line 32 of file i_mesh.hpp.

◆ textureCoordinates

vec2 neogfx::vertex::textureCoordinates

Definition at line 33 of file i_mesh.hpp.


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