API Documentation
MAIN PAGE
NAMESPACES
CLASSES
Documentation
Headers
NilkinsGraphics
RenderStates
DepthStencilStateManager.h
1
// DepthStencilStateManager.h
3
//
5
6
namespace
nkGraphics
7
{
14
class
DepthStencilStateManager
:
public
Manager
<DepthStencilState>,
public
nkCommon::MaybeSingletonClass<DepthStencilStateManager>
15
{
16
public :
17
21
DepthStencilState
*
getDefaultState
()
const
;
22
} ;
23
}
nkGraphics::DepthStencilStateManager::getDefaultState
DepthStencilState * getDefaultState() const
nkGraphics::DepthStencilStateManager
Manages the depth stencil states recorded.
Definition:
DepthStencilStateManager.h:15
nkGraphics::Manager
Base class for resource managers.
Definition:
Manager.h:13
nkGraphics::DepthStencilState
Holds information about a depth and stencil state used for rendering.
Definition:
DepthStencilState.h:14
nkGraphics
Encompasses all API of component NilkinsGraphics.
Definition:
BoundingBox.h:7
Generated by
Doxygen
1.8.18