API Documentation
RasterStateManager.h
1 // RasterStateManager.h
3 //
5 
6 namespace nkGraphics
7 {
13  class RasterStateManager : public Manager<RasterState>, public nkCommon::MaybeSingletonClass<RasterStateManager>
14  {
15  public :
16 
21  } ;
22 }
nkGraphics::Manager
Base class for resource managers.
Definition: Manager.h:13
nkGraphics::RasterStateManager
Manages the raster states available in the component.
Definition: RasterStateManager.h:14
nkGraphics
Encompasses all API of component NilkinsGraphics.
Definition: BoundingBox.h:7
nkGraphics::RasterStateManager::getDefaultState
RasterState * getDefaultState() const
nkGraphics::RasterState
Holds information about a raster state.
Definition: RasterState.h:16