tree: 13bee226f72c41ee4776b2e9ad0289bf011b6653 [path history] [tgz]
  1. shader_lib/
  2. BUILD.gn
  3. code_gen_template.h
  4. compiler.cc
  5. compiler.h
  6. compiler_backend.cc
  7. compiler_backend.h
  8. compiler_test.cc
  9. compiler_test.h
  10. compiler_unittests.cc
  11. impellerc_main.cc
  12. include_dir.h
  13. includer.cc
  14. includer.h
  15. logger.h
  16. README.md
  17. reflector.cc
  18. reflector.h
  19. runtime_stage_data.cc
  20. runtime_stage_data.h
  21. source_options.cc
  22. source_options.h
  23. spirv_sksl.cc
  24. spirv_sksl.h
  25. switches.cc
  26. switches.h
  27. switches_unittests.cc
  28. types.cc
  29. types.h
  30. utilities.cc
  31. utilities.h
impeller/compiler/README.md

The Impeller Shader Compiler & Reflector

Host side tooling that consumes GLSL 4.60 (Core Profile) shaders and generates libraries suitable for consumption by an Impeller backend. Along with said libraries, the reflector generates code and meta-data to construct rendering and compute pipelines at runtime.