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/intern/gpu_shader_private.hh')
-rw-r--r--source/blender/gpu/intern/gpu_shader_private.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/gpu/intern/gpu_shader_private.hh b/source/blender/gpu/intern/gpu_shader_private.hh
index 76f053674b7..4d9f39f758e 100644
--- a/source/blender/gpu/intern/gpu_shader_private.hh
+++ b/source/blender/gpu/intern/gpu_shader_private.hh
@@ -83,7 +83,7 @@ class Shader {
};
UniformBuiltinStruct *m_shader_struct = nullptr;
- void set_shader_struct(GPUUniformBuiltinStructType struct_type)
+ void set_shader_struct(GPUShaderBlockType struct_type)
{
m_shader_struct = new UniformBuiltinStruct(struct_type);
}