void Ocular::Graphics::RenderState::bind |
( |
| ) |
|
|
virtual |
void Ocular::Graphics::RenderState::setBlendState |
( |
BlendState const & |
state | ) |
|
|
virtual |
Sets the BlendState settings for the application.
- Note
- Must call bind to enable any changes.
- Parameters
-
void Ocular::Graphics::RenderState::setDepthStencilState |
( |
DepthStencilState const & |
state | ) |
|
|
virtual |
void Ocular::Graphics::RenderState::setRasterState |
( |
RasterState const & |
state | ) |
|
|
virtual |
Sets the RasterState settings for the application.
- Note
- Must call bind to enable any changes.
- Parameters
-
The documentation for this class was generated from the following files:
- C:/Projects/OcularEngine/OcularCore/include/Graphics/RenderState/RenderState.hpp
- C:/Projects/OcularEngine/OcularCore/src/Graphics/RenderState/RenderState.cpp