|
|
|
@ -110,7 +110,6 @@ VK_DEFINE_HANDLE(VmaAllocator) |
|
|
|
EXTENSION(EXT, DESCRIPTOR_BUFFER, descriptor_buffer) \ |
|
|
|
EXTENSION(EXT, FILTER_CUBIC, filter_cubic) \ |
|
|
|
EXTENSION(QCOM, FILTER_CUBIC_WEIGHTS, filter_cubic_weights) \ |
|
|
|
EXTENSION(EXT, GRAPHICS_PIPELINE_LIBRARY, graphics_pipeline_library) \ |
|
|
|
|
|
|
|
// Define extensions which must be supported. |
|
|
|
#define FOR_EACH_VK_MANDATORY_EXTENSION(EXTENSION_NAME) \ |
|
|
|
@ -298,11 +297,6 @@ public: |
|
|
|
return properties.properties.driverVersion; |
|
|
|
} |
|
|
|
|
|
|
|
/// Returns true if the device and driver have VK_EXT_graphics_pipeline_library enabled. |
|
|
|
bool HasGraphicsPipelineLibrary() const { |
|
|
|
return extensions.graphics_pipeline_library; |
|
|
|
} |
|
|
|
|
|
|
|
/// Returns the device name. |
|
|
|
std::string_view GetModelName() const { |
|
|
|
return properties.properties.deviceName; |
|
|
|
|