#include <GteDX11SamplerState.h>
Public Member Functions | |
DX11SamplerState (ID3D11Device *device, SamplerState const *samplerState) | |
ID3D11SamplerState * | GetDXSamplerState () |
SamplerState * | GetSamplerState () |
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_COMPARISON_FUNC const | msComparison [] |
static D3D11_FILTER const | msFilter [] |
static D3D11_TEXTURE_ADDRESS_MODE const | msMode [] |
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 GteDX11SamplerState.h.
DX11SamplerState::DX11SamplerState | ( | ID3D11Device * | device, |
SamplerState const * | samplerState | ||
) |
Definition at line 12 of file GteDX11SamplerState.cpp.
|
static |
Definition at line 39 of file GteDX11SamplerState.cpp.
|
inline |
Definition at line 39 of file GteDX11SamplerState.h.
|
inline |
Definition at line 34 of file GteDX11SamplerState.h.
|
staticprivate |
Definition at line 31 of file GteDX11SamplerState.h.
|
staticprivate |
Definition at line 29 of file GteDX11SamplerState.h.
|
staticprivate |
Definition at line 30 of file GteDX11SamplerState.h.