tree: a739c2274822daf1124ba13158a19fd7b9d65975 [path history] [tgz]
  1. blitter.gyp
  2. main.cc
  3. README.md
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.