From af061b4dac140c5acea21f69257bfc5c18b3fe1c Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Thu, 22 Feb 2018 18:51:20 +0100 Subject: Eeevee: add temperature grid support, make color grid unpremultiplied. This matches similar changes done for Cycles. --- source/blender/gpu/GPU_material.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/blender/gpu/GPU_material.h') diff --git a/source/blender/gpu/GPU_material.h b/source/blender/gpu/GPU_material.h index e2f40ff5c54..8f1ee7ccc59 100644 --- a/source/blender/gpu/GPU_material.h +++ b/source/blender/gpu/GPU_material.h @@ -110,7 +110,8 @@ typedef enum GPUBuiltin { GPU_INVERSE_LOC_TO_VIEW_MATRIX = (1 << 14), GPU_OBJECT_INFO = (1 << 15), GPU_VOLUME_DENSITY = (1 << 16), - GPU_VOLUME_FLAME = (1 << 17) + GPU_VOLUME_FLAME = (1 << 17), + GPU_VOLUME_TEMPERATURE = (1 << 18) } GPUBuiltin; typedef enum GPUOpenGLBuiltin { -- cgit v1.2.3