diff --git a/README.md b/README.md index 970cd3d1..02fe05d5 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,11 @@ Uses [assimp](https://github.com/assimp/assimp) to load and a mesh from a common Renders hundreds of meshes using instances with uniforms for e.g. coloring each mesh separately. +### Offscreen rendering + + +Uses a separate framebuffer (that is not part of the swap chain) for rendering a 3D scene off screen and blits it into a texture target displayed on a quad. The blit does scaling and (if required) also format conversions. + ### Spherical environment mapping diff --git a/screenshots/basic_offscreen.png b/screenshots/basic_offscreen.png new file mode 100644 index 00000000..64da9eab Binary files /dev/null and b/screenshots/basic_offscreen.png differ