#include <GteDX11RasterizerState.h>
Public Member Functions | |
DX11RasterizerState (ID3D11Device *device, RasterizerState const *rasterizerState) | |
void | Enable (ID3D11DeviceContext *context) |
ID3D11RasterizerState * | GetDXRasterizerState () |
RasterizerState * | GetRasterizerState () |
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_CULL_MODE const | msCullMode [] |
static D3D11_FILL_MODE const | msFillMode [] |
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 GteDX11RasterizerState.h.
DX11RasterizerState::DX11RasterizerState | ( | ID3D11Device * | device, |
RasterizerState const * | rasterizerState | ||
) |
Definition at line 12 of file GteDX11RasterizerState.cpp.
|
static |
Definition at line 36 of file GteDX11RasterizerState.cpp.
void DX11RasterizerState::Enable | ( | ID3D11DeviceContext * | context | ) |
Definition at line 49 of file GteDX11RasterizerState.cpp.
|
inline |
Definition at line 41 of file GteDX11RasterizerState.h.
|
inline |
Definition at line 36 of file GteDX11RasterizerState.h.
|
staticprivate |
Definition at line 33 of file GteDX11RasterizerState.h.
|
staticprivate |
Definition at line 32 of file GteDX11RasterizerState.h.