Stores the workaround configuration for a DefaultDeviceFilter.
This class maintains two lists of workaround names: enabled workarounds that are forced on, and disabled workarounds that are forced off. Workarounds not present in either list use Unity's default behavior. Use DefaultDeviceFilter.SetWorkaround to modify individual workarounds, or DefaultDeviceFilter.DisableAllWorkarounds to disable all workarounds at once.
For more information, refer to Workaround hardware profile settings.
| Property | Description |
|---|---|
| DefinedWorkarounds | An array of all workaround names recognized by Unity's Vulkan backend. |
| Constructor | Description |
|---|---|
| DefaultWorkarounds | Creates a new DefaultWorkarounds instance with no overridden workarounds. |
| Method | Description |
|---|---|
| DisableAll | Moves all defined workarounds to the disabled list. |
| SetWorkaround | Sets the state of a specific driver workaround for this default filter. |