fix erroneous stack free
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
f6b96fe34b
commit
0fbf1b2546
|
@ -6090,8 +6090,6 @@ static Refresh_GraphicsPipeline* VULKAN_CreateGraphicsPipeline(
|
||||||
|
|
||||||
SDL_stack_free(vertexInputBindingDescriptions);
|
SDL_stack_free(vertexInputBindingDescriptions);
|
||||||
SDL_stack_free(vertexInputAttributeDescriptions);
|
SDL_stack_free(vertexInputAttributeDescriptions);
|
||||||
SDL_stack_free(viewports);
|
|
||||||
SDL_stack_free(scissors);
|
|
||||||
SDL_stack_free(colorBlendAttachmentStates);
|
SDL_stack_free(colorBlendAttachmentStates);
|
||||||
|
|
||||||
renderer->vkDestroyRenderPass(
|
renderer->vkDestroyRenderPass(
|
||||||
|
|
Loading…
Reference in New Issue