tree: 396e8067399a6ca7c414a6e43330bce929697175 [path history] [tgz]
  1. backend/
  2. imgui/
  3. BUILD.gn
  4. compute_playground_test.cc
  5. compute_playground_test.h
  6. playground.cc
  7. playground.h
  8. playground_impl.cc
  9. playground_impl.h
  10. playground_test.cc
  11. playground_test.h
  12. README.md
  13. widgets.cc
  14. widgets.h
impeller/playground/README.md

The Impeller Playground

An extension of the testing fixtures set, provides utilities for interactive experimentation with the Impeller rendering subsystem. One the test author is satisfied with the behavior of component as verified in the playground, pixel test assertions can be added to before committing the new test case. Meant to provide a gentle-er on-ramp to testing Impeller components. The WSI in the playground allows for points at which third-party profiling and instrumentation tools can be used to examine isolated test cases.