From 9cf01d35be3a69aa162b4c5e24fe9a357f750aab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Foucault?= Date: Tue, 9 Oct 2018 11:19:54 +0200 Subject: Workbench: Smoke: Add support for Color Mappping for smoke debugging --- source/blender/gpu/GPU_draw.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/gpu/GPU_draw.h') diff --git a/source/blender/gpu/GPU_draw.h b/source/blender/gpu/GPU_draw.h index 028756bc739..008f4199b02 100644 --- a/source/blender/gpu/GPU_draw.h +++ b/source/blender/gpu/GPU_draw.h @@ -103,6 +103,7 @@ void GPU_free_images_old(struct Main *bmain); void GPU_free_smoke(struct SmokeModifierData *smd); void GPU_free_smoke_velocity(struct SmokeModifierData *smd); void GPU_create_smoke(struct SmokeModifierData *smd, int highres); +void GPU_create_smoke_coba_field(struct SmokeModifierData *smd); void GPU_create_smoke_velocity(struct SmokeModifierData *smd); /* Delayed free of OpenGL buffers by main thread */ -- cgit v1.2.3