We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a81cf56 commit 190afc0Copy full SHA for 190afc0
src/gpu/SDL_gpu.c
@@ -1566,6 +1566,7 @@ SDL_GPUCommandBuffer *SDL_AcquireGPUCommandBuffer(
1566
commandBufferHeader->copy_pass.in_progress = false;
1567
commandBufferHeader->swapchain_texture_acquired = false;
1568
commandBufferHeader->submitted = false;
1569
+ commandBufferHeader->ignore_render_pass_texture_validation = false;
1570
SDL_zeroa(commandBufferHeader->render_pass.vertex_sampler_bound);
1571
SDL_zeroa(commandBufferHeader->render_pass.vertex_storage_texture_bound);
1572
SDL_zeroa(commandBufferHeader->render_pass.vertex_storage_buffer_bound);
0 commit comments