Diligent Engine API Reference
List of all members
Diligent::ShaderVariableBase Struct Reference

Base implementation of a shader variable. More...

Inheritance diagram for Diligent::ShaderVariableBase:
Diligent::IShaderVariable Diligent::DummyShaderVariable

Additional Inherited Members

- Public Member Functions inherited from Diligent::IShaderVariable
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...
 

Detailed Description

Base implementation of a shader variable.