mirror of
https://github.com/KhronosGroup/Vulkan-Utility-Libraries.git
synced 2025-06-03 02:17:54 +00:00
layer: fix const to VkLayerSettingsCreateInfoEXT
This commit is contained in:
parent
61f5ab9ebf
commit
fbb84f1271
1 changed files with 2 additions and 2 deletions
|
@ -131,9 +131,9 @@ typedef struct VkLayerSettingEXT {
|
|||
|
||||
typedef struct VkLayerSettingsCreateInfoEXT {
|
||||
VkStructureType sType;
|
||||
void *pNext;
|
||||
const void *pNext;
|
||||
uint32_t settingCount;
|
||||
VkLayerSettingEXT *pSettings;
|
||||
const VkLayerSettingEXT *pSettings;
|
||||
} VkLayerSettingsCreateInfoEXT;
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue