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:
authorHans Goudey <h.goudey@me.com>2020-11-30 21:44:58 +0300
committerHans Goudey <h.goudey@me.com>2020-11-30 21:44:58 +0300
commit6022103264cf2e23ad884fce6b5dfadf88b24e05 (patch)
treedc0f98729cedd9aa114ed10b46c47ba47998dbdf /source/blender/gpu
parentc0677b662f4b13429c0738b99ace85403385ff38 (diff)
Cleanup: Clang tidy void argument
Diffstat (limited to 'source/blender/gpu')
-rw-r--r--source/blender/gpu/opengl/gl_shader.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/gpu/opengl/gl_shader.cc b/source/blender/gpu/opengl/gl_shader.cc
index 28b89ad48f5..dd08a67517e 100644
--- a/source/blender/gpu/opengl/gl_shader.cc
+++ b/source/blender/gpu/opengl/gl_shader.cc
@@ -426,7 +426,7 @@ void GLShader::vertformat_from_shader(GPUVertFormat *format) const
}
}
-int GLShader::program_handle_get(void) const
+int GLShader::program_handle_get() const
{
return (int)this->shader_program_;
}