Version: Unity 6.3 Beta (6000.3)
LanguageEnglish
  • C#

D3D12DeviceFilterData

struct in UnityEngine

/

Implemented in:UnityEngine.CoreModule

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Set of parameters used to define a Windows device or group of Windows devices.

Specify a list of parameters to identify an Windows device or set of Windows devices. Enter values for one or multiple parameters. The parameter values are processed using logical AND operation to check if the device properties match with all the specified values.

Unity ignores the filter if all parameters are empty.

Properties

Property Description
deviceNameThe name of the GPU model used in the Windows device.
deviceTypeDefines the type of the GPU as D3D12GraphicsDeviceType.
driverVersionGraphics card driver version.
driverVersionComparatorThe operator to use when comparing to the driver version.
featureLevelThe D3D12 feature level.
featureLevelComparatorThe operator to use when comparing to the D3D12 feature level.
graphicsMemoryThe amount of video memory on the graphics card in megabytes.
graphicsMemoryComparatorThe operator to use when comparing to the graphics memory.
processorCountThe number of CPUs on the device.
processorCountComparatorThe operator to use when comparing to the processor count.
vendorNameVendor name of the GPU hardware.