Vulkan: Remove Renderdoc Extension
When running Blender inside renderdoc an extension can be used to print from any shader stage to the console. This is useful during developing, but not so during running/triaging. For now we remove the extension to not confuse by incorrect error messages. Pull Request: https://projects.blender.org/blender/blender/pulls/113654
This commit is contained in:
@@ -973,8 +973,6 @@ GHOST_TSuccess GHOST_ContextVK::initializeDrawingContext()
|
||||
if (m_debug) {
|
||||
enableLayer(layers_available, layers_enabled, VkLayer::KHRONOS_validation, m_debug);
|
||||
requireExtension(extensions_available, extensions_enabled, VK_EXT_DEBUG_UTILS_EXTENSION_NAME);
|
||||
requireExtension(
|
||||
extensions_available, extensions_enabled, VK_KHR_SHADER_NON_SEMANTIC_INFO_EXTENSION_NAME);
|
||||
}
|
||||
|
||||
if (use_window_surface) {
|
||||
|
||||
Reference in New Issue
Block a user