From 553d46320d9decef39f62cd3598afa849edb3475 Mon Sep 17 00:00:00 2001 From: jules Date: Tue, 17 Feb 2015 17:11:44 +0000 Subject: [PATCH] Added an openGL constant. --- modules/juce_opengl/native/juce_MissingGLDefinitions.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/juce_opengl/native/juce_MissingGLDefinitions.h b/modules/juce_opengl/native/juce_MissingGLDefinitions.h index 20c39164a9..bcb9e0b842 100644 --- a/modules/juce_opengl/native/juce_MissingGLDefinitions.h +++ b/modules/juce_opengl/native/juce_MissingGLDefinitions.h @@ -47,6 +47,10 @@ enum MissingOpenGLDefinitions GL_RGBA8 = GL_RGBA, #endif + #ifndef GL_RGBA32F + GL_RGBA32F = 0x8814, + #endif + #ifndef GL_COLOR_ATTACHMENT0 GL_COLOR_ATTACHMENT0 = 0x8CE0, #endif