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