FS2_Open
Open source remastering of the Freespace 2 engine
opengl_vertex_bind Struct Reference

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
 

Detailed Description

Definition at line 70 of file gropengldraw.cpp.

Member Enumeration Documentation

Enumerator
POSITION 
COLOR 
TEXCOORD0 
TEXCOORD1 
NORMAL 
ATTRIB 

Definition at line 73 of file gropengldraw.cpp.

Member Data Documentation

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.


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