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>2020-07-30 18:01:13 +0300
committerClément Foucault <foucault.clem@gmail.com>2020-07-30 18:08:23 +0300
commit2d38ff67d339ce9847c94fb238b0c876ee90b727 (patch)
treecdb9b68bd18a8aba4ec0f1f6352044b354ed94cb /source/blender/gpu/intern/gpu_material.c
parentd7a28b3d1aeb112fbefc03f77a56ad4bdf47b32f (diff)
GPU: Fix compilation error
Diffstat (limited to 'source/blender/gpu/intern/gpu_material.c')
-rw-r--r--source/blender/gpu/intern/gpu_material.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/gpu/intern/gpu_material.c b/source/blender/gpu/intern/gpu_material.c
index 8e98d1934d4..f3477b6f3a4 100644
--- a/source/blender/gpu/intern/gpu_material.c
+++ b/source/blender/gpu/intern/gpu_material.c
@@ -660,7 +660,7 @@ GPUMaterial *GPU_material_from_nodetree(Scene *scene,
const char *frag_lib,
const char *defines,
const char *name,
- GPUMaterialEvalCallbackFn *callback)
+ GPUMaterialEvalCallbackFn callback)
{
LinkData *link;
bool has_volume_output, has_surface_output;