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

Blitter API Example

This example application demonstrates Starboard's Blitter API usage. It demonstrates a wide array of Blitter API usages such as initializing a blitter device, swap chain and context. It also demonstrates uploading textures from the CPU to the blitter device, filling rectangles with solid colors, blitting from a texture to a surface, rendering to offscreen surfaces, and rendering using an offscreen surface as a texture.