Base class for hardware profile device filters that stores version and graphics API criteria.
This class provides serialized fields shared by both DefaultDeviceFilter and ProfileDeviceFilter. It stores the Android OS version, Vulkan API version, driver version, and graphics API selection. You don't use this class directly; instead, use DefaultDeviceFilter or ProfileDeviceFilter.
For more information, refer to Vulkan hardware profiles.
| Constructor | Description |
|---|---|
| GenericHardwareDescription | Creates a GenericHardwareDescription with the graphics API set to default. |