From 51eccfea2e8094fecdf41202ccc988b895f7c633 Mon Sep 17 00:00:00 2001 From: Nehon Date: Fri, 20 Jan 2017 23:32:03 +0100 Subject: [PATCH] Imported the glslCompat directly in multisample.glsllib to have it to work properly with glsl 1.5+ --- .../src/main/resources/Common/ShaderLib/MultiSample.glsllib | 1 + 1 file changed, 1 insertion(+) diff --git a/jme3-core/src/main/resources/Common/ShaderLib/MultiSample.glsllib b/jme3-core/src/main/resources/Common/ShaderLib/MultiSample.glsllib index 4ecd33157..e52cd18f5 100644 --- a/jme3-core/src/main/resources/Common/ShaderLib/MultiSample.glsllib +++ b/jme3-core/src/main/resources/Common/ShaderLib/MultiSample.glsllib @@ -1,4 +1,5 @@ #extension GL_ARB_texture_multisample : enable +#import "Common/ShaderLib/GLSLCompat.glsllib" uniform int m_NumSamples; uniform int m_NumSamplesDepth;