R-Type
Distributed multiplayer game engine in C++
Loading...
Searching...
No Matches
IGraphics.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Graphics::IGraphics
 Abstract interface for graphics rendering operations. More...
 

Namespaces

namespace  Graphics
 

Enumerations

enum class  Graphics::ColorblindFilterType {
  Graphics::NONE = 0 , Graphics::PROTANOPIA = 1 , Graphics::DEUTERANOPIA = 2 , Graphics::TRITANOPIA = 3 ,
  Graphics::MONOCHROMACY = 4
}
 Colorblind filter types for accessibility. More...