FTEQW
Documentation of the FTE engine source tree.
gl_vidmorphos.c File Reference

Functions

qboolean GLVID_Init (rendererstate_t *info, unsigned char *palette)
 
void GLVID_DeInit (void)
 
void GLVID_SwapBuffers (void)
 
void GLVID_SetPalette (unsigned char *palette)
 
void GLVID_ShiftPalette (unsigned char *palette)
 
void Sys_SendKeyEvents (void)
 
void GLVID_SetCaption (char *caption)
 

Variables

qboolean gammaworks
 
unsigned short ramps [3][256]
 
struct Library * TinyGLBase = 0
 
GLContext * __tglContext
 
unsigned char * mosgammatable
 
struct Window * window
 
struct Screen * screen
 

Function Documentation

◆ GLVID_DeInit()

void GLVID_DeInit ( void  )

◆ GLVID_Init()

qboolean GLVID_Init ( rendererstate_t info,
unsigned char *  palette 
)

◆ GLVID_SetCaption()

void GLVID_SetCaption ( char *  caption)

◆ GLVID_SetPalette()

void GLVID_SetPalette ( unsigned char *  palette)

◆ GLVID_ShiftPalette()

void GLVID_ShiftPalette ( unsigned char *  palette)

◆ GLVID_SwapBuffers()

void GLVID_SwapBuffers ( void  )

◆ Sys_SendKeyEvents()

void Sys_SendKeyEvents ( void  )

Variable Documentation

◆ __tglContext

GLContext* __tglContext

◆ gammaworks

qboolean gammaworks
extern

◆ mosgammatable

unsigned char* mosgammatable

◆ ramps

unsigned short ramps[3][256]
extern

◆ screen

struct Screen* screen

◆ TinyGLBase

struct Library* TinyGLBase = 0

◆ window

struct Window* window