Shader interface.
More...
|
|
virtual void | QueryInterface (const Diligent::INTERFACE_ID &IID, IObject **ppInterface)=0 |
| | Queries the specific interface, see IObject::QueryInterface() for details.
|
| |
|
virtual const ShaderDesc & | GetDesc () const =0 |
| | Returns the shader description.
|
| |
| virtual void | BindResources (IResourceMapping *pResourceMapping, Uint32 Flags)=0 |
| | Binds shader resources. More...
|
| |
| virtual IShaderVariable * | GetShaderVariable (const Char *Name)=0 |
| | Returns an interface to a shader variable. If the shader variable is not found, an interface to a dummy variable will be returned. More...
|
| |
|
virtual void | QueryInterface (const INTERFACE_ID &IID, IObject **ppInterface)=0 |
| | Queries the specific interface, see IObject::QueryInterface() for details.
|
| |
◆ BindResources()
| virtual void Diligent::IShader::BindResources |
( |
IResourceMapping * |
pResourceMapping, |
|
|
Uint32 |
Flags |
|
) |
| |
|
pure virtual |
◆ GetShaderVariable()
| virtual IShaderVariable* Diligent::IShader::GetShaderVariable |
( |
const Char * |
Name | ) |
|
|
pure virtual |