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< types::texturetextures
 
GLint wrapping
 
GLint filtering_min
 
GLint filtering_mag
 
GLboolean has_mipmap
 
GLint mipmap_min
 
GLint mipmap_max
 

Detailed Description

Definition at line 201 of file mesh.hpp.

Field Documentation

◆ filtering_mag

GLint brenta::mesh::config::filtering_mag

Definition at line 208 of file mesh.hpp.

◆ filtering_min

GLint brenta::mesh::config::filtering_min

Definition at line 207 of file mesh.hpp.

◆ has_mipmap

GLboolean brenta::mesh::config::has_mipmap

Definition at line 209 of file mesh.hpp.

◆ indices

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

Definition at line 204 of file mesh.hpp.

◆ mipmap_max

GLint brenta::mesh::config::mipmap_max

Definition at line 211 of file mesh.hpp.

◆ mipmap_min

GLint brenta::mesh::config::mipmap_min

Definition at line 210 of file mesh.hpp.

◆ textures

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

Definition at line 205 of file mesh.hpp.

◆ vertices

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

Definition at line 203 of file mesh.hpp.

◆ wrapping

GLint brenta::mesh::config::wrapping

Definition at line 206 of file mesh.hpp.


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