mirror of https://github.com/bkaradzic/bgfx
41-tess: Added screenshot.
This commit is contained in:
parent
89fd7afb09
commit
a91fbfcb69
Binary file not shown.
After Width: | Height: | Size: 207 KiB |
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue