The D3D12 Device Filtering Asset includes filter lists each consisting of the following set of parameters. Specify values for these parameters to define D3D12 API usage and preferred graphics jobs modes for a device or set of devices.
Property | Description |
---|---|
Preferred Graphics Jobs Mode | The graphics jobs mode the specified device or set of devices should use at runtime for your application. The available modes are Off, Native, Legacy, and Split. For information on these graphics jobs modes, refer to Graphics Jobs Mode documentation. Notes: • To restrict devices from using graphics jobs, set Preferred Graphics Jobs Mode to Off. • This parameter is only available for the Preferred Graphics Jobs Filter List. |
Vendor | Vendor name of the GPU hardware used in the Windows device. For example, NVIDIA . |
Device Name | The name of the GPU model used in the Windows device. For example, NVIDIA RTX 3080 . |
Driver Version | The GPU device driver version. Enter the version number in the following format: • MajorVersion.MinorVersion.PatchVersion.MinorPatchVersion where MinorVersion, PatchVersion and MinorPatchVersion are optional. For example, 30.0.13044.17006 . Note: Regular expressions aren’t allowed for this parameter. |
D3D12 Feature Level | The required D3D12 feature level available on the Windows device. Enter the version number in the following format: • MajorVersion.MinorVersion where MinorVersion is optional. For example, 12.1 . Note: Regular expressions aren’t allowed for this parameter. |
Graphics Memory | The amount of video memory available on the GPU in megabytes. For example, 8192 . |
Processor Count | The number of CPU processor cores on the Windows device. For example, 8 . |
Device Type | Whether the GPU is discrete or integrated. Select , , or . The option means that the Device Type parameter is not applied to the filter. |