API Documentation
BlendStateManager.h
1 // BlendStateManager.h
3 //
5 
6 namespace nkGraphics
7 {
14  class BlendStateManager : public Manager<BlendState>, public nkCommon::MaybeSingletonClass<BlendStateManager>
15  {
16  public :
17 
18  // Getters
23  } ;
24 }
nkGraphics::Manager
Base class for resource managers.
Definition: Manager.h:13
nkGraphics::BlendState
Holds all information about the blend operations to use when rendering.
Definition: BlendState.h:14
nkGraphics::BlendStateManager::getDefaultState
BlendState * getDefaultState() const
nkGraphics
Encompasses all API of component NilkinsGraphics.
Definition: BoundingBox.h:7
nkGraphics::BlendStateManager
Manages the blend states recorded.
Definition: BlendStateManager.h:15