Browse Source

Nothing important

Panagiotis Christopoulos Charitos 6 years ago
parent
commit
66a7ebbad9
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/anki/shader_compiler/ShaderProgramReflection.cpp

+ 0 - 2
src/anki/shader_compiler/ShaderProgramReflection.cpp

@@ -583,8 +583,6 @@ Error SpirvReflector::performSpirvReflection(ShaderProgramBinaryReflection& refl
 
 		// Spec consts
 		ANKI_CHECK(compiler.constsReflection(specializationConstants));
-
-		// TODO
 	}
 
 	ShaderProgramBinaryBlock* firstBlock;