diff options
| -rw-r--r-- | layers/draw_state.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/layers/draw_state.cpp b/layers/draw_state.cpp index e2a81fb1..b1ee733f 100644 --- a/layers/draw_state.cpp +++ b/layers/draw_state.cpp @@ -1557,7 +1557,6 @@ static VkBool32 verifyPipelineCreateState(layer_data* my_data, const VkDevice de { VkBool32 skipCall = VK_FALSE; - //if (!validate_pipeline_shaders(my_data, device, &(pPipeline->graphicsPipelineCI))) { if (!validate_pipeline_shaders(my_data, device, pPipeline)) { skipCall = VK_TRUE; } |
