Vegastrike 0.5.1 rc1  1.0
Original sources for Vegastrike Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
gl_options_t Struct Reference

#include <gl_globals.h>

Public Attributes

int fullscreen
 
size_t Multitexture
 
int PaletteExt
 
int display_lists
 
int mipmap
 
int color_depth
 
int cubemap
 
int compression
 
char wireframe
 
char smooth_shade
 
int max_texture_dimension
 
int max_movie_dimension
 
int max_rect_dimension
 
int max_array_indices
 
int max_array_vertices
 
bool rect_textures
 
bool pot_video_textures
 
bool s3tc
 
bool ext_clamp_to_edge
 
bool ext_clamp_to_border
 
bool ext_srgb_framebuffer
 
bool nv_fp2
 
bool smooth_lines
 
bool smooth_points
 

Detailed Description

Definition at line 300 of file gl_globals.h.

Member Data Documentation

int gl_options_t::color_depth

Definition at line 307 of file gl_globals.h.

Referenced by winsys_init().

int gl_options_t::cubemap

Definition at line 308 of file gl_globals.h.

Referenced by init_opengl_extensions().

int gl_options_t::display_lists

Definition at line 305 of file gl_globals.h.

Referenced by GFXInit(), and GFXVertexList::RefreshDisplayList().

bool gl_options_t::ext_clamp_to_border

Definition at line 321 of file gl_globals.h.

Referenced by GFXInit(), and init_opengl_extensions().

bool gl_options_t::ext_clamp_to_edge

Definition at line 320 of file gl_globals.h.

Referenced by Background::Draw(), GFXInit(), and init_opengl_extensions().

bool gl_options_t::ext_srgb_framebuffer
int gl_options_t::fullscreen

Definition at line 302 of file gl_globals.h.

Referenced by GFXShutdown(), winsys_init(), and winsys_shutdown().

int gl_options_t::max_array_indices

Definition at line 315 of file gl_globals.h.

Referenced by init_opengl_extensions().

int gl_options_t::max_array_vertices

Definition at line 316 of file gl_globals.h.

Referenced by init_opengl_extensions().

int gl_options_t::max_movie_dimension

Definition at line 313 of file gl_globals.h.

Referenced by GFXInit(), and AnimatedTexture::LoadVideoSource().

int gl_options_t::max_rect_dimension

Definition at line 314 of file gl_globals.h.

Referenced by GFXInit().

int gl_options_t::max_texture_dimension

Definition at line 312 of file gl_globals.h.

Referenced by GFXInit(), and GFXTransferTexture().

int gl_options_t::mipmap

Definition at line 306 of file gl_globals.h.

Referenced by GFXCreateTexture(), GFXInit(), and GFXTransferTexture().

bool gl_options_t::nv_fp2

Definition at line 323 of file gl_globals.h.

Referenced by Technique::Pass::compile(), and init_opengl_extensions().

int gl_options_t::PaletteExt

Definition at line 304 of file gl_globals.h.

Referenced by GFXInit(), and GFXTransferTexture().

bool gl_options_t::pot_video_textures

Definition at line 318 of file gl_globals.h.

Referenced by GFXInit(), and AnimatedTexture::LoadVideoSource().

bool gl_options_t::rect_textures

Definition at line 317 of file gl_globals.h.

Referenced by GFXInit(), and AnimatedTexture::LoadVideoSource().

bool gl_options_t::s3tc
bool gl_options_t::smooth_lines

Definition at line 324 of file gl_globals.h.

Referenced by GFXVertexList::Draw(), PaintText::drawLines(), GFXEnable(), GFXInit(), and ShowText().

bool gl_options_t::smooth_points
char gl_options_t::smooth_shade

Definition at line 311 of file gl_globals.h.

Referenced by GFXInit().

char gl_options_t::wireframe

Definition at line 310 of file gl_globals.h.

Referenced by GFXInit().


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