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:
Diffstat (limited to 'source/blender/gpu/GPU_shader.h')
-rw-r--r--source/blender/gpu/GPU_shader.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/gpu/GPU_shader.h b/source/blender/gpu/GPU_shader.h
index 0317976f9d0..89bf6c3e31e 100644
--- a/source/blender/gpu/GPU_shader.h
+++ b/source/blender/gpu/GPU_shader.h
@@ -63,7 +63,8 @@ GPUShader *GPU_shader_create_ex(
const char *libcode,
const char *defines,
int input, int output, int number,
- const int flags);
+ const int flags,
+ const int samplecount);
void GPU_shader_free(GPUShader *shader);
void GPU_shader_bind(GPUShader *shader);