Vincent Lejeune 934d1f10b8 Shadow: Use Geometry Shader for better perfs.
The 3 cascades are now rendered in a single pass, using 2D array texture and
a GS to do the dispatch ("layered rendering").
It's possible to use instancing instead but it requires the AMD_vertex_shader_layer
extension which is oddly part of opengl 4.2.
2014-02-11 21:07:44 +01:00
..
2014-02-02 02:13:04 +01:00
2014-01-19 20:56:10 +01:00
2014-01-19 20:56:10 +01:00
2014-01-27 20:33:21 +01:00
2014-01-10 17:42:43 +00:00
2014-01-18 19:03:10 +01:00