Microsoft DirectX 9.0 SDK Update (October 2004)

DeviceCaps.VertexElementScanSharesStreamOffset Property

Language:

Note: This documentation is preliminary and is subject to change.

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

Definition

Visual Basic .NET Public ReadOnly Property VertexElementScanSharesStreamOffset As Boolean
C# public bool VertexElementScanSharesStreamOffset { get; }
Managed C++ public: __property bool get_VertexElementScanSharesStreamOffset();
JScript .NET 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.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

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