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:
authorCampbell Barton <ideasman42@gmail.com>2019-06-06 02:55:53 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-06-06 02:55:53 +0300
commit600ca3190a506d8931e32dd15544038583f57673 (patch)
tree06baa4675ab842fbc05f91e87c2d690e88a4a315 /source/blender/gpu/GPU_shader.h
parent8fa65ed31b7f3aa52669be267f431f0888baa06b (diff)
Cleanup: argument sign mismatch warning
Diffstat (limited to 'source/blender/gpu/GPU_shader.h')
-rw-r--r--source/blender/gpu/GPU_shader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/gpu/GPU_shader.h b/source/blender/gpu/GPU_shader.h
index dca66817666..cae2392e503 100644
--- a/source/blender/gpu/GPU_shader.h
+++ b/source/blender/gpu/GPU_shader.h
@@ -99,7 +99,7 @@ void GPU_shader_uniform_int(GPUShader *shader, int location, int value);
int GPU_shader_get_attribute(GPUShader *shader, const char *name);
-char *GPU_shader_get_binary(GPUShader *shader, int *r_binary_format, int *r_binary_len);
+char *GPU_shader_get_binary(GPUShader *shader, uint *r_binary_format, int *r_binary_len);
/* Builtin/Non-generated shaders */
typedef enum eGPUBuiltinShader {