ID3D10EffectVariable::GetParentConstantBuffer method (d3d10effect.h)
Get a constant buffer.
Syntax
ID3D10EffectConstantBuffer * GetParentConstantBuffer();
Return value
Type: ID3D10EffectConstantBuffer*
A pointer to a ID3D10EffectConstantBuffer Interface.
Remarks
Effect variables are read-from or written-to a constant buffer.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | d3d10effect.h |