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/opengl/gl_shader_interface.hh')
-rw-r--r--source/blender/gpu/opengl/gl_shader_interface.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/gpu/opengl/gl_shader_interface.hh b/source/blender/gpu/opengl/gl_shader_interface.hh
index 5125c885cc5..059c6681b1d 100644
--- a/source/blender/gpu/opengl/gl_shader_interface.hh
+++ b/source/blender/gpu/opengl/gl_shader_interface.hh
@@ -34,8 +34,8 @@
#include "glew-mx.h"
+#include "gpu_shader_block.hh"
#include "gpu_shader_interface.hh"
-#include "gpu_uniform_buffer_private.hh"
namespace blender::gpu {
@@ -50,7 +50,7 @@ class GLShaderInterface : public ShaderInterface {
Vector<GLVaoCache *> refs_;
public:
- GLShaderInterface(const UniformBuiltinStructType *type_info, GLuint program);
+ GLShaderInterface(const ShaderBlockType *type_info, GLuint program);
~GLShaderInterface();
void ref_add(GLVaoCache *ref);