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
4
namespace
Ult
5
{
6
8
enum
AlphaState
9
{
10
ULT_ALPHA_LESS
= 1,
11
ULT_ALPHA_GREATER
12
};
13
14
}
// namespace Ult
15
16
#endif
// ULT_RENDERER_ALPHA_STATE_H_INCLUDED
17
Ult::AlphaState
AlphaState
Definition
AlphaState.h:9
Ult::ULT_ALPHA_GREATER
@ ULT_ALPHA_GREATER
Definition
AlphaState.h:11
Ult::ULT_ALPHA_LESS
@ ULT_ALPHA_LESS
Definition
AlphaState.h:10
Ult
Definition
Archive.h:13
include
Ult
Renderer
AlphaState.h
Generated by
1.13.0