|
FS2_Open
Open source remastering of the Freespace 2 engine
|
#include <gropenglstate.h>
Public Types | |
| enum | data_type { INT, FLOAT, VEC2, VEC3, VEC4, MATRIX4 } |
Public Attributes | |
| SCP_string | name |
| uniform_bind::data_type | type |
| int | index |
| int | count |
| int | tranpose |
Definition at line 288 of file gropenglstate.h.
| Enumerator | |
|---|---|
| INT | |
| FLOAT | |
| VEC2 | |
| VEC3 | |
| VEC4 | |
| MATRIX4 | |
Definition at line 292 of file gropenglstate.h.
| int uniform_bind::count |
Definition at line 304 of file gropenglstate.h.
| int uniform_bind::index |
Definition at line 302 of file gropenglstate.h.
| SCP_string uniform_bind::name |
Definition at line 290 of file gropenglstate.h.
| int uniform_bind::tranpose |
Definition at line 305 of file gropenglstate.h.
| uniform_bind::data_type uniform_bind::type |
Definition at line 301 of file gropenglstate.h.