GraphicsDeviceCapabilities.DeclarationTypeCaps Members

The following tables list the members exposed by the GraphicsDeviceCapabilities.DeclarationTypeCaps type.

Public Properties

Name Description
Public Property SupportsByte4 Gets a value indicating whether vertex declarations support VertexElementFormat.Byte4.
Public Property SupportsHalfVector2 Gets a value indicating whether vertex declarations support VertexElementFormat.HalfVector2
Public Property SupportsHalfVector4 Gets a value indicating whether vertex declarations support VertexElementFormat.HalfVector4.
Public Property SupportsNormalized101010 Gets a value indicating whether vertex declarations support VertexElementFormat.Normalized101010.
Public Property SupportsNormalizedShort2 Gets a value indicating whether vertex declarations support VertexElementFormat.NormalizedShort2.
Public Property SupportsNormalizedShort4 Gets a value indicating whether vertex declarations support VertexElementFormat.NormalizedShort4.
Public Property SupportsRg32 Gets a value indicating whether vertex declarations support VertexElementFormat.Rg32.
Public Property SupportsRgba32 Gets a value indicating whether vertex declarations support VertexElementFormat.Rgba32.
Public Property SupportsRgba64 Gets a value indicating whether vertex declarations support VertexElementFormat.Rgba64.
Public Property SupportsUInt101010 Gets a value indicating whether vertex declarations support VertexElementFormat.UInt101010.

Public Methods

Name Description
Public Method Equals (Inherited from ValueType.)
Public Method GetHashCode (Inherited from ValueType.)
Public Method GetType (Inherited from Object.)
Public Method ReferenceEquals (Inherited from Object.)
Public Method ToString Retrieves a string representation of this object.

Protected Methods

Name Description
Protected Method Finalize (Inherited from Object.)
Protected Method MemberwiseClone (Inherited from Object.)

See Also

Reference

GraphicsDeviceCapabilities.DeclarationTypeCaps Structure
Microsoft.Xna.Framework.Graphics Namespace