ShaderVariableInformation.Writes Property (Microsoft.DirectX.Direct3D)
Retrieves or sets the number of writes.
Definition
Visual Basic Public Property Writes As Integer C# public int Writes { get; set; } C++ public:
property int Writes {
int get();
void set(int value);
}JScript public function get Writes() : int
public function set Writes(int);
Property Value
System.Int32
Integer that represents the number of writes.This property is read/write.