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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user