Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
sample0.h File Reference

Go to the source code of this file.

Macros

#define DEBUG
 
#define SCREENWIDTH   500
 
#define SCREENHEIGHT   500
 
#define SCREENPOSX   80
 
#define SCREENPOSY   80
 

Variables

Screen_GL SampleScreen
 
Frm::TimerSampleTimer = Timer_Windows::GetInstance()
 
uint32 Elapsed
 
bool Running = false
 
Frm::Vertex GLLogoQuad [4]
 
Frm::TCoord GLLogoTexCoords [4]
 
uint32 LogoID
 

Macro Definition Documentation

◆ DEBUG

#define DEBUG

◆ SCREENHEIGHT

#define SCREENHEIGHT   500

◆ SCREENPOSX

#define SCREENPOSX   80

◆ SCREENPOSY

#define SCREENPOSY   80

◆ SCREENWIDTH

#define SCREENWIDTH   500

Variable Documentation

◆ Elapsed

uint32 Elapsed

◆ GLLogoQuad

Frm::Vertex GLLogoQuad[4]

◆ GLLogoTexCoords

Frm::TCoord GLLogoTexCoords[4]

◆ LogoID

uint32 LogoID

◆ Running

bool Running = false

◆ SampleScreen

Screen_GL SampleScreen

◆ SampleTimer