41-tess: Added screenshot.

This commit is contained in:
Бранимир Караџић 2019-07-20 19:24:40 -07:00
parent 89fd7afb09
commit a91fbfcb69
2 changed files with 3 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 207 KiB

View File

@ -5,10 +5,10 @@
/*
* Reference(s):
*
* - Adaptive GPU Tessellation with Compute Shaders by Jad Khoury, Jonathan Dupuy, and Christophe Riccio
* http://onrendering.com/data/papers/isubd/isubd.pdf
* - Based on Demo
* https://github.com/jdupuy/opengl-framework/tree/master/demo-isubd-terrain#implicit-subdivision-on-the-gpu
* http://onrendering.com/data/papers/isubd/isubd.pdf
* https://github.com/jdupuy/opengl-framework/tree/master/demo-isubd-terrain#implicit-subdivision-on-the-gpu
*/
#include <bx/allocator.h>