#include <GteDX11ConstantBuffer.h>
Public Member Functions | |
DX11ConstantBuffer (ID3D11Device *device, ConstantBuffer const *cbuffer) | |
ConstantBuffer * | GetConstantBuffer () const |
Public Member Functions inherited from gte::DX11Buffer | |
virtual bool | CopyCpuToGpu (ID3D11DeviceContext *context) override |
virtual bool | CopyGpuToCpu (ID3D11DeviceContext *context) override |
virtual void | CopyGpuToGpu (ID3D11DeviceContext *context, ID3D11Resource *target) override |
Buffer * | GetBuffer () const |
ID3D11Buffer * | GetDXBuffer () const |
virtual bool | Update (ID3D11DeviceContext *context) override |
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) |
virtual void | SetName (std::string const &name) override |
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 () |
Static Public Member Functions | |
static std::shared_ptr< GEObject > | Create (void *device, GraphicsObject const *object) |
Additional Inherited Members | |
Protected Member Functions inherited from gte::DX11Buffer | |
void | CreateStaging (ID3D11Device *device, D3D11_BUFFER_DESC const &bf) |
DX11Buffer (Buffer const *buffer) | |
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) | |
Protected Attributes inherited from gte::DX11Buffer | |
D3D11_MAP | mUpdateMapMode |
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 |
Static Protected Attributes inherited from gte::DX11Resource | |
static UINT const | msStagingAccess [] |
Definition at line 16 of file GteDX11ConstantBuffer.h.
DX11ConstantBuffer::DX11ConstantBuffer | ( | ID3D11Device * | device, |
ConstantBuffer const * | cbuffer | ||
) |
Definition at line 12 of file GteDX11ConstantBuffer.cpp.
|
static |
Definition at line 64 of file GteDX11ConstantBuffer.cpp.
|
inline |
Definition at line 27 of file GteDX11ConstantBuffer.h.