Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Foucault <foucault.clem@gmail.com>2017-03-17 02:00:46 +0300
committerClément Foucault <foucault.clem@gmail.com>2017-03-18 03:56:34 +0300
commitb7355425cdff8f3f23e386f2817d5702b46f7bd6 (patch)
treeada38f9e06fcee6ed96eea88cc84e2fded7b50c2 /source/blender/gpu/GPU_viewport.h
parent8cad48df2801ff7e1321e477e39df8eff2f13d39 (diff)
Eevee: Initial commit
Basic support for lamps. Only diffuse.
Diffstat (limited to 'source/blender/gpu/GPU_viewport.h')
-rw-r--r--source/blender/gpu/GPU_viewport.h2
1 files changed, 1 insertions, 1 deletions
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 {