mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 00:30:11 +01:00
vk/vulkan.h: Rename a function parameter to match 132
This commit is contained in:
parent
8478350992
commit
d2c0870ff3
1 changed files with 1 additions and 1 deletions
|
|
@ -2449,7 +2449,7 @@ VkResult VKAPI vkCreateAttachmentView(
|
|||
|
||||
VkResult VKAPI vkDestroyAttachmentView(
|
||||
VkDevice device,
|
||||
VkAttachmentView view);
|
||||
VkAttachmentView attachmentView);
|
||||
|
||||
VkResult VKAPI vkCreateShaderModule(
|
||||
VkDevice device,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue