#include <GteDX11GraphicsObject.h>
Public Member Functions | |
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 () |
Protected Member Functions | |
DX11GraphicsObject (GraphicsObject const *gtObject) | |
Protected Member Functions inherited from gte::GEObject | |
GEObject (GraphicsObject const *gtObject) | |
Protected Attributes | |
ID3D11DeviceChild * | mDXObject |
Protected Attributes inherited from gte::GEObject | |
GraphicsObject * | mGTObject |
std::string | mName |
Definition at line 16 of file GteDX11GraphicsObject.h.
|
virtual |
Definition at line 12 of file GteDX11GraphicsObject.cpp.
|
protected |
Definition at line 33 of file GteDX11GraphicsObject.cpp.
|
inline |
Definition at line 41 of file GteDX11GraphicsObject.h.
|
overridevirtual |
Implements gte::GEObject.
Reimplemented in gte::DX11Resource, gte::DX11Texture, gte::DX11StructuredBuffer, gte::DX11RawBuffer, gte::DX11TextureBuffer, gte::DX11TextureDS, and gte::DX11TextureRT.
Definition at line 40 of file GteDX11GraphicsObject.cpp.
|
protected |
Definition at line 38 of file GteDX11GraphicsObject.h.