xoreos
0.0.5
|
Directories | |
directory | aurora |
directory | images |
directory | mesh |
directory | render |
directory | shader |
Files | |
file | camera.cpp [code] |
Camera management. | |
file | camera.h [code] |
Camera management. | |
file | cursor.cpp [code] |
A cursor. | |
file | cursor.h [code] |
A cursor. | |
file | font.cpp [code] |
A font. | |
file | font.h [code] |
A font. | |
file | fpscounter.cpp [code] |
Counting FPS. | |
file | fpscounter.h [code] |
Counting FPS. | |
file | glcontainer.cpp [code] |
A container of OpenGL elements. | |
file | glcontainer.h [code] |
A container of OpenGL elements. | |
file | graphics.cpp [code] |
The global graphics manager. | |
file | graphics.h [code] |
The global graphics manager. | |
file | guielement.h [code] |
A GUI element. | |
file | icon.cpp [code] |
Make the render window display our icon. | |
file | icon.h [code] |
Make the render window display our icon. | |
file | indexbuffer.cpp [code] |
A index buffer implementation. | |
file | indexbuffer.h [code] |
A index buffer. | |
file | object.h [code] |
A "normal" renderable game object. | |
file | queueable.cpp [code] |
An object that can be stored in a queue. | |
file | queueable.h [code] |
An object that can be stored in a queue. | |
file | queueman.cpp [code] |
The graphics queue manager. | |
file | queueman.h [code] |
The graphics queue manager. | |
file | renderable.cpp [code] |
An object that can be displayed by the graphics manager. | |
file | renderable.h [code] |
An object that can be displayed by the graphics manager. | |
file | resolution.h [code] |
A list common video resolutions. | |
file | texture.cpp [code] |
Virtual base class of a texture. | |
file | texture.h [code] |
Virtual base class of a texture. | |
file | ttf.cpp [code] |
A simple TTF renderer outputting BGRA. | |
file | ttf.h [code] |
A simple TTF renderer outputting BGRA. | |
file | types.h [code] |
Basic graphics types. | |
file | vertexbuffer.cpp [code] |
Vertex buffer implementation. | |
file | vertexbuffer.h [code] |
A vertex buffer. | |
file | windowman.cpp [code] |
The global window manager. | |
file | windowman.h [code] |
The global window manager. | |
file | yuv_to_rgb.cpp [code] |
Efficient YUV to RGB conversion. | |
file | yuv_to_rgb.h [code] |
Efficient YUV to RGB conversion. | |