c/util: Fix device extension list comment

This commit is contained in:
Christoph Haag 2021-12-06 14:04:41 +01:00
parent 20f265d9ae
commit 1ae1e695e2

View file

@ -39,10 +39,10 @@ struct comp_vulkan_arguments
//! Extensions that the instance is created with.
struct comp_vulkan_extension_list instance_extensions;
//! Extensions that the instance is created with.
//! Extensions that the device is created with.
struct comp_vulkan_extension_list required_device_extensions;
//! Extensions that the instance is created with.
//! Extensions that the device is created with.
struct comp_vulkan_extension_list optional_device_extensions;
//! Logging level to be set on the @ref vk_bundle.