ShaderConstantTable.Creator Property (Microsoft.DirectX.Direct3D)
Retrieves or sets the offset, in bytes, to the name of the effect creator.
Definition
Visual Basic Public Property Creator As Integer C# public int Creator { get; set; } C++ public:
property int Creator {
int get();
void set(int value);
}JScript public function get Creator() : int
public function set Creator(int);
Property Value
System.Int32
Integer that represents the offset to the effect creator name.This property is read/write.