iv::GlMeshData Struct Reference

#include <GlMesh.hpp>

Public Attributes

std::vector< float > positions
 
std::vector< float > texcoords
 
std::vector< GLuint > indices
 
GLenum draw_mode
 

Detailed Description

Definition at line 10 of file GlMesh.hpp.

Member Data Documentation

◆ positions

std::vector< float > iv::GlMeshData::positions

Definition at line 12 of file GlMesh.hpp.

◆ texcoords

std::vector< float > iv::GlMeshData::texcoords

Definition at line 13 of file GlMesh.hpp.

◆ indices

std::vector< GLuint > iv::GlMeshData::indices

Definition at line 14 of file GlMesh.hpp.

◆ draw_mode

GLenum iv::GlMeshData::draw_mode

Definition at line 15 of file GlMesh.hpp.


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