Home
last modified time | relevance | path

Searched refs:vk11Supported (Results 1 – 1 of 1) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkDeviceProperties.cpp45 bool vk11Supported = (apiVersion >= VK_MAKE_VERSION(1, 1, 0)); in DeviceProperties() local
49 if (vk11Supported) in DeviceProperties()