tree: 2ddd66cbfe3e852960336c9a1adce9c07c6fe5a8 [path history] [tgz]
  1. BUILD.gn
  2. glclear.gyp
  3. main.cc
  4. README.md
src/starboard/examples/glclear/README.md

EGL Initialization and glClear + glScissor example.

This is a simple example that calls glclear to change the color of the a square for which the position and size is limited by glScissor.

This example can be a useful first test for a new glimp target because it uses a very minimal GLESv2 subset.