Skip to content

Commit b499364

Browse files
committed
Intel is a special boy
1 parent 8856d6e commit b499364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/Nabla/COpenGLExtensionHandler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2720,7 +2720,7 @@ inline void COpenGLExtensionHandler::extGlBindImageTexture(GLuint index, GLuint
27202720

27212721
inline void COpenGLExtensionHandler::extGlBindImageTextures(GLuint first, GLsizei count, const GLuint* textures, const GLenum* formats)
27222722
{
2723-
if (pGlBindImageTextures)
2723+
if (pGlBindImageTextures && !IsIntelGPU) // Intel is a special boy, as always
27242724
pGlBindImageTextures(first, count, textures);
27252725
else
27262726
{

0 commit comments

Comments
 (0)