Cleanup: Remove out-dated comment
This commit is contained in:
@@ -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
|
* 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
|
* can take some time as well. If this is done inside the main thread it will stall user
|
||||||
* interactivity.
|
* 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_) {
|
if (result && is_compute_shader_) {
|
||||||
/* This is only done for the first shader compilation (not specialization).
|
/* This is only done for the first shader compilation (not specialization).
|
||||||
|
|||||||
Reference in New Issue
Block a user