Brenta Engine 1.2
Loading...
Searching...
No Matches
brenta::mesh::config Struct Reference

Data Fields

std::vector< types::vertexvertices
 
std::vector< unsigned int > indices
 
std::vector< std::shared_ptr< texture > > textures
 
GLint wrapping
 
GLint filtering_min
 
GLint filtering_mag
 
GLboolean has_mipmap
 
GLint mipmap_min
 
GLint mipmap_max
 

Detailed Description

Definition at line 193 of file mesh.hpp.

Field Documentation

◆ filtering_mag

GLint brenta::mesh::config::filtering_mag

Definition at line 200 of file mesh.hpp.

◆ filtering_min

GLint brenta::mesh::config::filtering_min

Definition at line 199 of file mesh.hpp.

◆ has_mipmap

GLboolean brenta::mesh::config::has_mipmap

Definition at line 201 of file mesh.hpp.

◆ indices

std::vector<unsigned int> brenta::mesh::config::indices

Definition at line 196 of file mesh.hpp.

◆ mipmap_max

GLint brenta::mesh::config::mipmap_max

Definition at line 203 of file mesh.hpp.

◆ mipmap_min

GLint brenta::mesh::config::mipmap_min

Definition at line 202 of file mesh.hpp.

◆ textures

std::vector<std::shared_ptr<texture> > brenta::mesh::config::textures

Definition at line 197 of file mesh.hpp.

◆ vertices

std::vector<types::vertex> brenta::mesh::config::vertices

Definition at line 195 of file mesh.hpp.

◆ wrapping

GLint brenta::mesh::config::wrapping

Definition at line 198 of file mesh.hpp.


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