mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +00:00
c/util: Fix device extension list comment
This commit is contained in:
parent
20f265d9ae
commit
1ae1e695e2
|
@ -39,10 +39,10 @@ struct comp_vulkan_arguments
|
||||||
//! Extensions that the instance is created with.
|
//! Extensions that the instance is created with.
|
||||||
struct comp_vulkan_extension_list instance_extensions;
|
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;
|
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;
|
struct comp_vulkan_extension_list optional_device_extensions;
|
||||||
|
|
||||||
//! Logging level to be set on the @ref vk_bundle.
|
//! Logging level to be set on the @ref vk_bundle.
|
||||||
|
|
Loading…
Reference in a new issue