Ult3D
Implementation of "Ultimate 3D Game Engine Design & Architecture" by Allan Sherrod
Loading...
Searching...
No Matches
AlphaState.h
Go to the documentation of this file.
1#ifndef ULT_RENDERER_ALPHA_STATE_H_INCLUDED
2#define ULT_RENDERER_ALPHA_STATE_H_INCLUDED
3
4namespace Ult
5{
6
13
14} // namespace Ult
15
16#endif // ULT_RENDERER_ALPHA_STATE_H_INCLUDED
17
AlphaState
Definition AlphaState.h:9
@ ULT_ALPHA_GREATER
Definition AlphaState.h:11
@ ULT_ALPHA_LESS
Definition AlphaState.h:10
Definition Archive.h:13