From ac30e9018be72dcdc63c7a82605a1ce461627bc1 Mon Sep 17 00:00:00 2001 From: Jeroen Bakker Date: Fri, 17 Oct 2025 11:32:11 +0200 Subject: [PATCH] Cleanup: Remove out-dated comment --- source/blender/gpu/vulkan/vk_shader.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/source/blender/gpu/vulkan/vk_shader.cc b/source/blender/gpu/vulkan/vk_shader.cc index bc8bb7cf791..893de6ccae8 100644 --- a/source/blender/gpu/vulkan/vk_shader.cc +++ b/source/blender/gpu/vulkan/vk_shader.cc @@ -626,9 +626,6 @@ bool VKShader::finalize_post() * compiled to a shader program that can be executed by the device. Depending on the driver this * can take some time as well. If this is done inside the main thread it will stall user * interactivity. - * - * TODO: We should check if VK_EXT_graphics_pipeline_library can improve the pipeline creation - * step for graphical shaders. */ if (result && is_compute_shader_) { /* This is only done for the first shader compilation (not specialization).