blob: 744b5605f0365ac2bea2da71d26e7f251c16a8cb [file] [log] [blame] [view]
# 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.