Affected tests:
- dEQP-VK.fragment_operations.scissor.multi_viewport.*
Public issue #25
Change-Id: I82c45e7bff2f771b9874966246341d14d3371d8a
const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures(vki, physDevice);
const VkPhysicalDeviceLimits limits = getPhysicalDeviceProperties(vki, physDevice).limits;
+ if (!features.geometryShader)
+ TCU_THROW(NotSupportedError, "Required feature is not supported: geometryShader");
+
if (!features.multiViewport)
TCU_THROW(NotSupportedError, "Required feature is not supported: multiViewport");