|
Diligent Engine API Reference
|
Implementation of a dummy shader variable that silently ignores all operations. More...
Public Member Functions | |
| virtual void | Set (IDeviceObject *pObject) override final |
| Sets the variable to the given value. More... | |
| virtual void | SetArray (IDeviceObject *const *ppObjects, Uint32 FirstElement, Uint32 NumElements) override final |
| Sets the variable array. More... | |
Implementation of a dummy shader variable that silently ignores all operations.
|
inlinefinaloverridevirtual |
Sets the variable to the given value.
Implements Diligent::IShaderVariable.
|
inlinefinaloverridevirtual |
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 |
Implements Diligent::IShaderVariable.