ctx/uctx/gfx: enable raster/texture rendering
Some people will want to render images/sprites/... We should have some nice API to create CTX textures and submit them for drawing.
Of particular interest will be how we handle texture lifecycle. We might need some kind of descriptor system (with separate lifecycle logic for one-shot and persistent textures).