working on deferred shading

This commit is contained in:
Evghenii
2013-11-10 12:10:10 +01:00
parent 1a37135f98
commit 78d509dba5
9 changed files with 1563 additions and 168 deletions

View File

@@ -35,7 +35,7 @@
#define DEFERRED_H
// Currently tile widths must be a multiple of SIMD width (i.e. 8 for ispc sse4x2)!
#define MIN_TILE_WIDTH 16
#define MIN_TILE_WIDTH 64
#define MIN_TILE_HEIGHT 16
#define MAX_LIGHTS 1024