|
FS2_Open
Open source remastering of the Freespace 2 engine
|
Public Types | |
| enum | type { POSITION, COLOR, TEXCOORD0, TEXCOORD1, NORMAL, ATTRIB } |
Public Attributes | |
| vertex_format_data::vertex_format | format |
| opengl_vertex_bind::type | binding_type |
| GLint | size |
| GLenum | data_type |
| SCP_string | attrib_name |
| GLboolean | normalized |
Definition at line 70 of file gropengldraw.cpp.
| Enumerator | |
|---|---|
| POSITION | |
| COLOR | |
| TEXCOORD0 | |
| TEXCOORD1 | |
| NORMAL | |
| ATTRIB | |
Definition at line 73 of file gropengldraw.cpp.
| SCP_string opengl_vertex_bind::attrib_name |
Definition at line 88 of file gropengldraw.cpp.
| opengl_vertex_bind::type opengl_vertex_bind::binding_type |
Definition at line 82 of file gropengldraw.cpp.
| GLenum opengl_vertex_bind::data_type |
Definition at line 85 of file gropengldraw.cpp.
| vertex_format_data::vertex_format opengl_vertex_bind::format |
Definition at line 71 of file gropengldraw.cpp.
| GLboolean opengl_vertex_bind::normalized |
Definition at line 89 of file gropengldraw.cpp.
| GLint opengl_vertex_bind::size |
Definition at line 84 of file gropengldraw.cpp.