DeviceCaps struct
Device capabilities.
Contents
- Reference
Public variables
-
enum RENDER_
DEVICE_ TYPE DevType - Device type. See Diligent::DeviceType.
- Int32 MajorVersion
- Major revision of the graphics API supported by the graphics adapter. Note that this value indicates the maximum supported feature level, so, for example, if the device type is D3D11, this value will be 10 when the maximum supported Direct3D feature level of the graphics adapter is 10.0.
- Int32 MinorVersion
- Minor revision of the graphics API supported by the graphics adapter. Similar to MajorVersion, this value indicates the maximum supported feature level.
- GraphicsAdapterInfo AdapterInfo
- Adapter info, see Diligent::
GraphicsAdapterInfo. - SamplerCaps SamCaps
- Texture sampling capabilities. See Diligent::
SamplerCaps. - TextureCaps TexCaps
- Texture capabilities. See Diligent::
TextureCaps. - DeviceFeatures Features
- Device features. See Diligent::
DeviceFeatures.
Variable documentation
DeviceFeatures Diligent:: DeviceCaps:: Features
Device features. See Diligent::