From b7355425cdff8f3f23e386f2817d5702b46f7bd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Foucault?= Date: Fri, 17 Mar 2017 00:00:46 +0100 Subject: Eevee: Initial commit Basic support for lamps. Only diffuse. --- source/blender/gpu/GPU_viewport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/gpu/GPU_viewport.h') diff --git a/source/blender/gpu/GPU_viewport.h b/source/blender/gpu/GPU_viewport.h index 64f003badb7..73619eb4a54 100644 --- a/source/blender/gpu/GPU_viewport.h +++ b/source/blender/gpu/GPU_viewport.h @@ -44,7 +44,7 @@ typedef struct GPUViewport GPUViewport; #define MAX_BUFFERS 8 #define MAX_TEXTURES 16 #define MAX_PASSES 16 -#define MAX_STORAGE 2 /* extend if needed */ +#define MAX_STORAGE 4 /* extend if needed */ /* All FramebufferLists are just the same pointers with different names */ typedef struct FramebufferList { -- cgit v1.2.3