DeclarationTypeCaps Structure

Language:

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

Definition

Visual Basic Public Structure DeclarationTypeCaps
C# public struct DeclarationTypeCaps 
C++ public value class DeclarationTypeCaps sealed 
JScript In JScript, 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.900.0,  Culture=neutral,  PublicKeyToken=d3231b57b74a1492

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