Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The following tables list the members exposed by the GraphicsDeviceCapabilities.TextureCaps type.
Public Properties
Name | Description | |
---|---|---|
![]() |
RequiresCubeMapPower2 | Gets a value indicating whether the device requires that cube texture maps have dimensions specified as powers of two. |
![]() |
RequiresPower2 | Gets a value indicating whether the device only supports textures that are powers of two. |
![]() |
RequiresSquareOnly | Gets a value indicating whether the device requires all textures to be square. |
![]() |
RequiresVolumeMapPower2 | Gets a value indicating whether the device requires that volume texture maps have dimensions specified as powers of two. |
![]() |
SupportsAlpha | Gets a value indicating whether the device supports alpha in texture pixels. |
![]() |
SupportsCubeMap | Gets a value indicating whether the device supports cube textures |
![]() |
SupportsMipCubeMap | Gets a value indicating whether the device supports mipmapped cube textures. |
![]() |
SupportsMipMap | Gets a value indicating whether the device supports mipmapped textures. |
![]() |
SupportsMipVolumeMap | Gets a value indicating whether the device supports mipmapped volume textures. |
![]() |
SupportsNonPower2Conditional | Gets a value indicating whether the device supports the use of 2D textures with dimensions that are not powers of two, under certain conditions. |
![]() |
SupportsNoProjectedBumpEnvironment | Gets a value indicating whether the device does not support a projected bump-environment lookup operation in programmable and fixed-function shaders. |
![]() |
SupportsPerspective | Gets a value indicating whether the device supports perspective correction texturing |
![]() |
SupportsProjected | Gets a value indicating whether the device supports per pixel projective divide. |
![]() |
SupportsTextureRepeatNotScaledBySize | Gets a value indicating whether the device does not scale texture indices by the texture size prior to interpolation. |
![]() |
SupportsVolumeMap | Gets a value indicating whether the device supports volume textures. |
Public Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from ValueType.) |
![]() |
GetHashCode | (Inherited from ValueType.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
ReferenceEquals | (Inherited from Object.) |
![]() |
ToString | Retrieves a string representation of this object. |
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
See Also
Reference
GraphicsDeviceCapabilities.TextureCaps Structure
Microsoft.Xna.Framework.Graphics Namespace