DeviceCaps.VertexElementScanSharesStreamOffset Property (Microsoft.DirectX.Direct3D)

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.