#include <GteDX11BlendState.h>

Public Member Functions | |
| DX11BlendState (ID3D11Device *device, BlendState const *blendState) | |
| void | Enable (ID3D11DeviceContext *context) |
| BlendState * | GetBlendState () |
| ID3D11BlendState * | GetDXBlendState () |
Public Member Functions inherited from gte::DX11GraphicsObject | |
| ID3D11DeviceChild * | GetDXDeviceChild () const |
| virtual void | SetName (std::string const &name) override |
| virtual | ~DX11GraphicsObject () |
Public Member Functions inherited from gte::GEObject | |
| GraphicsObject * | GetGraphicsObject () const |
| std::string const & | GetName () const |
| virtual | ~GEObject () |
Static Public Member Functions | |
| static std::shared_ptr< GEObject > | Create (void *device, GraphicsObject const *object) |
Static Private Attributes | |
| static D3D11_BLEND const | msMode [] |
| static D3D11_BLEND_OP const | msOperation [] |
Additional Inherited Members | |
Protected Member Functions inherited from gte::DX11DrawingState | |
| DX11DrawingState (DrawingState const *gtState) | |
Protected Member Functions inherited from gte::DX11GraphicsObject | |
| DX11GraphicsObject (GraphicsObject const *gtObject) | |
Protected Member Functions inherited from gte::GEObject | |
| GEObject (GraphicsObject const *gtObject) | |
Protected Attributes inherited from gte::DX11GraphicsObject | |
| ID3D11DeviceChild * | mDXObject |
Protected Attributes inherited from gte::GEObject | |
| GraphicsObject * | mGTObject |
| std::string | mName |
Definition at line 16 of file GteDX11BlendState.h.
| DX11BlendState::DX11BlendState | ( | ID3D11Device * | device, |
| BlendState const * | blendState | ||
| ) |
Definition at line 12 of file GteDX11BlendState.cpp.
|
static |
Definition at line 41 of file GteDX11BlendState.cpp.
| void DX11BlendState::Enable | ( | ID3D11DeviceContext * | context | ) |
Definition at line 54 of file GteDX11BlendState.cpp.
|
inline |
Definition at line 36 of file GteDX11BlendState.h.
|
inline |
Definition at line 41 of file GteDX11BlendState.h.
|
staticprivate |
Definition at line 32 of file GteDX11BlendState.h.
|
staticprivate |
Definition at line 33 of file GteDX11BlendState.h.