Share via


TextureShader.ConstantBuffer Property (Microsoft.DirectX.Direct3D)

Retrieves the constant table.

Definition

Visual Basic Public ReadOnly Property ConstantBuffer As GraphicsStream
C# public GraphicsStream ConstantBuffer { get; }
C++ public:
property GraphicsStream^ ConstantBuffer {
        GraphicsStream^ get();
}
JScript public function get ConstantBuffer() : GraphicsStream

Property Value

Microsoft.DirectX.GraphicsStream
A GraphicsStream object that represents the constant table.

This property is read-only.