OpenGL ES SDK for Android ARM Developer Center
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
MorphedGeoMipMapMesh::LODMesh Struct Reference

Public Member Functions

 LODMesh ()=default
 
 LODMesh (unsigned offset, unsigned elems)
 
void draw (GLuint ubo, unsigned ubo_offset)
 

Public Attributes

unsigned offset
 
unsigned elems
 
unsigned instances
 

Detailed Description

Definition at line 117 of file mesh.hpp.

Constructor & Destructor Documentation

MorphedGeoMipMapMesh::LODMesh::LODMesh ( )
default
MorphedGeoMipMapMesh::LODMesh::LODMesh ( unsigned  offset,
unsigned  elems 
)
inline

Definition at line 120 of file mesh.hpp.

Member Function Documentation

void MorphedGeoMipMapMesh::LODMesh::draw ( GLuint  ubo,
unsigned  ubo_offset 
)

Definition at line 270 of file mesh.cpp.

Member Data Documentation

unsigned MorphedGeoMipMapMesh::LODMesh::elems

Definition at line 127 of file mesh.hpp.

unsigned MorphedGeoMipMapMesh::LODMesh::instances

Definition at line 129 of file mesh.hpp.

unsigned MorphedGeoMipMapMesh::LODMesh::offset

Definition at line 125 of file mesh.hpp.


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