#include <GteDX11Texture.h>

Public Member Functions | |
| virtual bool | CopyCpuToGpu (ID3D11DeviceContext *context, unsigned int sri) override |
| virtual bool | CopyCpuToGpu (ID3D11DeviceContext *context) override |
| virtual bool | CopyGpuToCpu (ID3D11DeviceContext *context, unsigned int sri) override |
| virtual bool | CopyGpuToCpu (ID3D11DeviceContext *context) override |
| virtual void | CopyGpuToGpu (ID3D11DeviceContext *context, ID3D11Resource *target, unsigned int sri) override |
| virtual void | CopyGpuToGpu (ID3D11DeviceContext *context, ID3D11Resource *target) override |
| ID3D11ShaderResourceView * | GetSRView () const |
| Texture * | GetTexture () const |
| ID3D11UnorderedAccessView * | GetUAView () const |
| virtual void | SetName (std::string const &name) override |
| virtual bool | Update (ID3D11DeviceContext *context, unsigned int sri) override |
| virtual bool | Update (ID3D11DeviceContext *context) override |
| virtual | ~DX11Texture () |
Public Member Functions inherited from gte::DX11Resource | |
| ID3D11Resource * | GetDXResource () const |
| Resource * | GetResource () const |
| ID3D11Resource * | GetStagingResource () const |
| D3D11_MAPPED_SUBRESOURCE | MapForWrite (ID3D11DeviceContext *context, unsigned int sri) |
| void | Unmap (ID3D11DeviceContext *context, unsigned int sri) |
| virtual | ~DX11Resource () |
Public Member Functions inherited from gte::DX11GraphicsObject | |
| ID3D11DeviceChild * | GetDXDeviceChild () const |
| virtual | ~DX11GraphicsObject () |
Public Member Functions inherited from gte::GEObject | |
| GraphicsObject * | GetGraphicsObject () const |
| std::string const & | GetName () const |
| virtual | ~GEObject () |
Protected Member Functions | |
| DX11Texture (Texture const *gtTexture) | |
Protected Member Functions inherited from gte::DX11Resource | |
| DX11Resource (Resource const *gtResource) | |
| bool | PreparedForCopy (D3D11_CPU_ACCESS_FLAG access) const |
Protected Member Functions inherited from gte::DX11GraphicsObject | |
| DX11GraphicsObject (GraphicsObject const *gtObject) | |
Protected Member Functions inherited from gte::GEObject | |
| GEObject (GraphicsObject const *gtObject) | |
Static Protected Member Functions | |
| static void | CopyPitched2 (unsigned int numRows, unsigned int srcRowPitch, void const *srcData, unsigned int trgRowPitch, void *trgData) |
| static void | CopyPitched3 (unsigned int numRows, unsigned int numSlices, unsigned int srcRowPitch, unsigned int srcSlicePitch, void const *srcData, unsigned int trgRowPitch, unsigned int trgSlicePitch, void *trgData) |
Protected Attributes | |
| ID3D11ShaderResourceView * | mSRView |
| ID3D11UnorderedAccessView * | mUAView |
Protected Attributes inherited from gte::DX11Resource | |
| ID3D11Resource * | mStaging |
Protected Attributes inherited from gte::DX11GraphicsObject | |
| ID3D11DeviceChild * | mDXObject |
Protected Attributes inherited from gte::GEObject | |
| GraphicsObject * | mGTObject |
| std::string | mName |
Additional Inherited Members | |
Static Protected Attributes inherited from gte::DX11Resource | |
| static UINT const | msStagingAccess [] |
Definition at line 16 of file GteDX11Texture.h.
|
virtual |
Definition at line 13 of file GteDX11Texture.cpp.
|
protected |
Definition at line 19 of file GteDX11Texture.cpp.
|
overridevirtual |
Implements gte::DX11Resource.
Definition at line 84 of file GteDX11Texture.cpp.
|
overridevirtual |
Implements gte::DX11Resource.
Definition at line 131 of file GteDX11Texture.cpp.
|
overridevirtual |
Implements gte::DX11Resource.
Definition at line 151 of file GteDX11Texture.cpp.
|
overridevirtual |
Implements gte::DX11Resource.
Definition at line 196 of file GteDX11Texture.cpp.
|
overridevirtual |
Implements gte::DX11Resource.
Definition at line 210 of file GteDX11Texture.cpp.
|
overridevirtual |
Implements gte::DX11Resource.
Definition at line 225 of file GteDX11Texture.cpp.
|
staticprotected |
Definition at line 244 of file GteDX11Texture.cpp.
|
staticprotected |
Definition at line 269 of file GteDX11Texture.cpp.
|
inline |
Definition at line 67 of file GteDX11Texture.h.
|
inline |
Definition at line 62 of file GteDX11Texture.h.
|
inline |
Definition at line 72 of file GteDX11Texture.h.
|
overridevirtual |
Reimplemented from gte::DX11Resource.
Reimplemented in gte::DX11TextureDS, and gte::DX11TextureRT.
Definition at line 235 of file GteDX11Texture.cpp.
|
overridevirtual |
Implements gte::DX11Resource.
Definition at line 27 of file GteDX11Texture.cpp.
|
overridevirtual |
Implements gte::DX11Resource.
Definition at line 70 of file GteDX11Texture.cpp.
|
protected |
Definition at line 58 of file GteDX11Texture.h.
|
protected |
Definition at line 59 of file GteDX11Texture.h.