ShaderProgramDump.h 509 B

123456789101112131415161718
  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. /// @addtogroup shader_compiler
  9. /// @{
  10. /// Create a human readable representation of the shader binary.
  11. void dumpShaderProgramBinary(const ShaderProgramBinary& binary, StringAuto& humanReadable);
  12. /// @}
  13. } // end namespace anki