ShaderProgramParser.cpp 324 B

1234567891011
  1. // Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
  2. // All rights reserved.
  3. // Code licensed under the BSD License.
  4. // http://www.anki3d.org/LICENSE
  5. #include <tests/framework/Framework.h>
  6. #include <anki/shader_compiler/ShaderProgramParser.h>
  7. ANKI_TEST(ShaderCompiler, ShaderCompilerParser)
  8. {
  9. }