RenderStateManager.UseWBuffer Property |
Language: |
Enables or disables w-buffering.
Visual Basic Public Property UseWBuffer As Boolean C# public bool UseWBuffer { get; set; } C++ public:
property bool UseWBuffer {
bool get();
void set(bool value);
}JScript public function get UseWBuffer() : boolean
public function set UseWBuffer(boolean);
System.Boolean
This property is read/write.
Value that is set to true to enable w-buffering, or false to disable it.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.