Share via


GraphicsDeviceCapabilities.DeclarationTypeCaps Properties

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.

See Also

Reference

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