FS2_Open
Open source remastering of the Freespace 2 engine
vertex_layout Class Reference

#include <2d.h>

Public Member Functions

 vertex_layout ()
 
uint get_num_vertex_components ()
 
vertex_format_dataget_vertex_component (uint index)
 
bool resident_vertex_format (vertex_format_data::vertex_format format_type)
 
void add_vertex_component (vertex_format_data::vertex_format format_type, uint stride, void *src)
 

Detailed Description

Definition at line 1040 of file 2d.h.

Constructor & Destructor Documentation

vertex_layout::vertex_layout ( )
inline

Definition at line 1046 of file 2d.h.

Member Function Documentation

void vertex_layout::add_vertex_component ( vertex_format_data::vertex_format  format_type,
uint  stride,
void src 
)
inline

Definition at line 1054 of file 2d.h.

uint vertex_layout::get_num_vertex_components ( )
inline

Definition at line 1048 of file 2d.h.

vertex_format_data* vertex_layout::get_vertex_component ( uint  index)
inline

Definition at line 1050 of file 2d.h.

bool vertex_layout::resident_vertex_format ( vertex_format_data::vertex_format  format_type)
inline

Definition at line 1052 of file 2d.h.


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