From 36f1e6f475a2102d1f931423903dc327bf076e9d Mon Sep 17 00:00:00 2001
From: Arisotura <thetotalworm@gmail.com>
Date: Sun, 30 Jun 2019 16:57:30 +0200
Subject: remove glBindImageTexture (4.2)

---
 src/OpenGLSupport.h | 2 --
 1 file changed, 2 deletions(-)

(limited to 'src')

diff --git a/src/OpenGLSupport.h b/src/OpenGLSupport.h
index fbc100c..a08bcdf 100644
--- a/src/OpenGLSupport.h
+++ b/src/OpenGLSupport.h
@@ -112,8 +112,6 @@
     func(GLGETUNIFORMLOCATION, glGetUniformLocation); \
     func(GLGETUNIFORMBLOCKINDEX, glGetUniformBlockIndex); \
      \
-    func(GLBINDIMAGETEXTURE, glBindImageTexture); \
-     \
     func(GLDRAWBUFFERS, glDrawBuffers); \
      \
     func(GLBLENDFUNCSEPARATE, glBlendFuncSeparate); \
-- 
cgit v1.2.3