소스 검색

Imported the glslCompat directly in multisample.glsllib to have it to work properly with glsl 1.5+

Nehon 8 년 전
부모
커밋
51eccfea2e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      jme3-core/src/main/resources/Common/ShaderLib/MultiSample.glsllib

+ 1 - 0
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;