BehaviorFlags.MultiThreaded Property

Language:

Retrieves a value that indicates whether Microsoft Direct3D is set to be multithread safe.

Definition

Visual Basic Public ReadOnly Property MultiThreaded As Boolean
C# public bool MultiThreaded { get; }
C++ public:
property bool MultiThreaded {
        bool get();
}
JScript public function get MultiThreaded() : boolean

Property Value

System.Boolean
Value that is true if Direct3D is set to be multithread safe, or false if it is not.

This property is read-only. 

Remarks

An application with Direct3D set to be safe for multithreading might experience degraded performance.

See Also


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center