cae  0.0.0
Cross-API graphics engine
Loading...
Searching...
No Matches
cae::Mesh Struct Reference

#include <OPGL.hpp>

+ Collaboration diagram for cae::Mesh:

Public Attributes

GLuint vao = 0
 
GLuint vbo = 0
 
GLuint ebo = 0
 
GLsizei vertexCount = 0
 

Detailed Description

Definition at line 19 of file OPGL.hpp.

Member Data Documentation

◆ ebo

GLuint cae::Mesh::ebo = 0

Definition at line 23 of file OPGL.hpp.

◆ vao

GLuint cae::Mesh::vao = 0

Definition at line 21 of file OPGL.hpp.

◆ vbo

GLuint cae::Mesh::vbo = 0

Definition at line 22 of file OPGL.hpp.

◆ vertexCount

GLsizei cae::Mesh::vertexCount = 0

Definition at line 24 of file OPGL.hpp.

Referenced by cae::OPGL::createMesh().


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