Renamed SDL_GpuGraphicsPipelineTargetInfo to SDL_GPUGraphicsPipelineTargetInfo

Fixes https://github.com/libsdl-org/SDL/issues/10855
This commit is contained in:
Sam Lantinga
2024-09-15 07:46:26 -07:00
parent 604d0c519e
commit 19243092c6
2 changed files with 4 additions and 4 deletions

View File

@@ -6192,7 +6192,7 @@ static VkRenderPass VULKAN_INTERNAL_CreateRenderPass(
static VkRenderPass VULKAN_INTERNAL_CreateTransientRenderPass(
VulkanRenderer *renderer,
SDL_GpuGraphicsPipelineTargetInfo attachmentInfo,
SDL_GPUGraphicsPipelineTargetInfo attachmentInfo,
VkSampleCountFlagBits sampleCount)
{
VkAttachmentDescription attachmentDescriptions[2 * MAX_COLOR_TARGET_BINDINGS + 1];