Microsoft DirectX 9.0 SDK Update (October 2004)

DeclarationTypeCaps Structure

Language:

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

Indicates the type of data formats that are supported in a vertex declaration.

Definition

Visual Basic .NET Public Structure DeclarationTypeCaps
C# public struct DeclarationTypeCaps
Managed C++ public __value struct DeclarationTypeCaps
JScript .NET In JScript .NET, you can use structures, but you cannot define your own.

Members Table

Method Description
ToString Obtains a string representation of the current instance.
Property Description
SupportsDec3N Indicates that a 3-dimension signed 10 10 10 format is supported for vertex declarations.
SupportsFloat16Four Indicates that a 4-dimension 16-bit floating-point numbers format is supported for vertex declarations.
SupportsFloat16Two Indicates that a 2-dimension 16-bit floating-point numbers format is supported for vertex declarations.
SupportsShort2N Indicates that a normalized, 2-D signed short format is supported for vertex declarations.
SupportsShort4N Indicates that a normalized, 4-D signed short format is supported for vertex declarations.
SupportsUByte4 Indicates that a 4-dimension unsigned byte format is supported for vertex declarations.
SupportsUByte4N Indicates that a normalized, 4-dimension unsigned byte format is supported for vertex declarations.
SupportsUDec3 Indicates that a 3-dimension unsigned 10 10 10 format is supported for vertex declarations.
SupportsUShort2N Indicates that a normalized, 2-dimension unsigned short format is supported for vertex declarations.
SupportsUShort4N Indicates that a normalized 4-D unsigned short format is supported for vertex declarations.

Structure Information

Namespace Microsoft.DirectX.Direct3D
Assembly Microsoft.DirectX.Direct3D (microsoft.directx.direct3d.dll)
Strong Name Microsoft.DirectX.Direct3D,  Version=1.0.2902.0,  Culture=neutral,  PublicKeyToken=31bf3856ad364e35

© 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