Cleanup: Vulkan: Remove not needed code.

Would never have anything to report. Can be added back when there are
validation messages added.
This commit is contained in:
Jeroen Bakker
2025-08-08 11:10:38 +02:00
parent 073b4d4d7b
commit e408029d5b

View File

@@ -714,14 +714,6 @@ void VKFrameBuffer::rendering_ensure(VKContext &context)
rendering_end(context);
}
#ifndef NDEBUG
if (G.debug & G_DEBUG_GPU) {
char message[256];
message[0] = '\0';
BLI_assert_msg(this->check(message), message);
}
#endif
const VKExtensions &extensions = VKBackend::get().device.extensions_get();
is_rendering_ = true;
rendering_ensure_dynamic_rendering(context, extensions);