mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +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.
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue