Version: Unity 6.1 Alpha (6000.1)
LanguageEnglish
  • C#

VulkanGraphicsJobsDeviceFilterData

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 Android device criteria for selecting specified Graphics Jobs modes.

Specify a list of parameters to identify an Android device or set of Android devices and a preferred Graphics Jobs mode those devices should use. 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

filterThe set of parameters used to define Android device filtering criteria.
preferredModeThe preferred Graphics Jobs mode.