#include <GteDX11PixelShader.h>
|
virtual void | Disable (ID3D11DeviceContext *context) override |
|
virtual void | DisableCBuffer (ID3D11DeviceContext *context, unsigned int bindPoint) override |
|
virtual void | DisableSampler (ID3D11DeviceContext *context, unsigned int bindPoint) override |
|
virtual void | DisableSRView (ID3D11DeviceContext *context, unsigned int bindPoint) override |
|
virtual void | DisableUAView (ID3D11DeviceContext *context, unsigned int bindPoint) override |
|
| DX11PixelShader (ID3D11Device *device, Shader const *shader) |
|
virtual void | Enable (ID3D11DeviceContext *context) override |
|
virtual void | EnableCBuffer (ID3D11DeviceContext *context, unsigned int bindPoint, ID3D11Buffer *buffer) override |
|
virtual void | EnableSampler (ID3D11DeviceContext *context, unsigned int bindPoint, ID3D11SamplerState *state) override |
|
virtual void | EnableSRView (ID3D11DeviceContext *context, unsigned int bindPoint, ID3D11ShaderResourceView *srView) override |
|
virtual void | EnableUAView (ID3D11DeviceContext *context, unsigned int bindPoint, ID3D11UnorderedAccessView *uaView, unsigned int initialCount) override |
|
ID3D11DeviceChild * | GetDXDeviceChild () const |
|
virtual void | SetName (std::string const &name) override |
|
virtual | ~DX11GraphicsObject () |
|
GraphicsObject * | GetGraphicsObject () const |
|
std::string const & | GetName () const |
|
virtual | ~GEObject () |
|
Definition at line 16 of file GteDX11PixelShader.h.
DX11PixelShader::DX11PixelShader |
( |
ID3D11Device * |
device, |
|
|
Shader const * |
shader |
|
) |
| |
void DX11PixelShader::Disable |
( |
ID3D11DeviceContext * |
context | ) |
|
|
overridevirtual |
void DX11PixelShader::DisableCBuffer |
( |
ID3D11DeviceContext * |
context, |
|
|
unsigned int |
bindPoint |
|
) |
| |
|
overridevirtual |
void DX11PixelShader::DisableSampler |
( |
ID3D11DeviceContext * |
context, |
|
|
unsigned int |
bindPoint |
|
) |
| |
|
overridevirtual |
void DX11PixelShader::DisableSRView |
( |
ID3D11DeviceContext * |
context, |
|
|
unsigned int |
bindPoint |
|
) |
| |
|
overridevirtual |
void DX11PixelShader::DisableUAView |
( |
ID3D11DeviceContext * |
context, |
|
|
unsigned int |
bindPoint |
|
) |
| |
|
overridevirtual |
void DX11PixelShader::Enable |
( |
ID3D11DeviceContext * |
context | ) |
|
|
overridevirtual |
void DX11PixelShader::EnableCBuffer |
( |
ID3D11DeviceContext * |
context, |
|
|
unsigned int |
bindPoint, |
|
|
ID3D11Buffer * |
buffer |
|
) |
| |
|
overridevirtual |
void DX11PixelShader::EnableSampler |
( |
ID3D11DeviceContext * |
context, |
|
|
unsigned int |
bindPoint, |
|
|
ID3D11SamplerState * |
state |
|
) |
| |
|
overridevirtual |
void DX11PixelShader::EnableSRView |
( |
ID3D11DeviceContext * |
context, |
|
|
unsigned int |
bindPoint, |
|
|
ID3D11ShaderResourceView * |
srView |
|
) |
| |
|
overridevirtual |
void DX11PixelShader::EnableUAView |
( |
ID3D11DeviceContext * |
context, |
|
|
unsigned int |
bindPoint, |
|
|
ID3D11UnorderedAccessView * |
uaView, |
|
|
unsigned int |
initialCount |
|
) |
| |
|
overridevirtual |
The documentation for this class was generated from the following files: