DeclarationTypeCaps Structure (Microsoft.DirectX.Direct3D)

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

Definition

Visual BasicPublic Structure DeclarationTypeCaps
C#public struct DeclarationTypeCaps 
C++public value class DeclarationTypeCaps sealed 
JScriptIn JScript, you can use structures, but you cannot define your own.

Members Table

The following table lists the members exposed by the object.

Methods

MethodDescription
ToString Obtains a string representation of the current instance.

Properties

PropertyDescription
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

NamespaceMicrosoft.DirectX.Direct3D
AssemblyMicrosoft.DirectX.Direct3D (microsoft.directx.direct3d.dll)
Strong NameMicrosoft.DirectX.Direct3D,  Version=1.0.900.0,  Culture=neutral,  PublicKeyToken=d3231b57b74a1492
Show: