ShaderProgramDump.h 509 B

12345678910111213141516171819
  1. // Copyright (C) 2009-2021, Panagiotis Christopoulos Charitos and contributors.
  2. // All rights reserved.
  3. // Code licensed under the BSD License.
  4. // http://www.anki3d.org/LICENSE
  5. #include <AnKi/ShaderCompiler/ShaderProgramBinary.h>
  6. #include <AnKi/Util/String.h>
  7. namespace anki
  8. {
  9. /// @addtogroup shader_compiler
  10. /// @{
  11. /// Create a human readable representation of the shader binary.
  12. void dumpShaderProgramBinary(const ShaderProgramBinary& binary, StringAuto& humanReadable);
  13. /// @}
  14. } // end namespace anki