DeviceCaps.VertexElementScanSharesStreamOffset Property

Language:

Indicates whether multiple vertex elements share the same offset in a stream.

Definition

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

Property Value

System.Boolean
Value that is true if multiple vertex elements share the same offset in a stream, or false if they do not.

This property is read-only. 

Remarks

For multiple vertex elements to share the same offset in a stream, the vertex declaration must not have an element that contains DeclarationUsage.Position.


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