cgv
|
information stored per vbo More...
#include <mesh_render_info.h>
Public Attributes | |
bool | is_dynamic = false |
cgv::media::mesh::simple_mesh_base::AttributeFlags | attributes = cgv::media::mesh::simple_mesh_base::AttributeFlags(0) |
uint32_t | stride = 0 |
information stored per vbo
Definition at line 61 of file mesh_render_info.h.
cgv::media::mesh::simple_mesh_base::AttributeFlags cgv::render::mesh_render_info::vbo_configuration::attributes = cgv::media::mesh::simple_mesh_base::AttributeFlags(0) |
Definition at line 64 of file mesh_render_info.h.
bool cgv::render::mesh_render_info::vbo_configuration::is_dynamic = false |
Definition at line 63 of file mesh_render_info.h.
uint32_t cgv::render::mesh_render_info::vbo_configuration::stride = 0 |
Definition at line 65 of file mesh_render_info.h.