|
Diligent Engine API Reference
|
Shader resource variable. More...
Public Member Functions | |
| virtual void | Set (IDeviceObject *pObject)=0 |
| Sets the variable to the given value. More... | |
| virtual void | SetArray (IDeviceObject *const *ppObjects, Uint32 FirstElement, Uint32 NumElements)=0 |
| Sets the variable array. More... | |
Shader resource variable.
|
pure virtual |
Sets the variable to the given value.
Implemented in Diligent::DummyShaderVariable.
|
pure virtual |
Sets the variable array.
| [in] | ppObjects | - pointer to the array of objects |
| [in] | FirstElement | - first array element to set |
| [in] | NumElements | - number of objects in ppObjects array |
Implemented in Diligent::DummyShaderVariable.