18107 / Flex-FOV-fabric

GNU General Public License v3.0
8 stars 8 forks source link

convert shaders from version 1.30 to 1.10 for mac support #1

Closed shaunlebron closed 4 years ago

shaunlebron commented 4 years ago

trying this on mac crashes the game with the following error:

[06:51:36] [main/FATAL]: Unreported exception thrown!
java.lang.RuntimeException: Error creating shader: ERROR: 0:1: '' :  version '130' is not supported

    at net.id107.flexfov.ShaderManager.createShader(ShaderManager.java:46) ~[FlexFOV-1.0.5.jar:?]
…

converting them to glsl 1.10 fixed this error, but it still crashes (silently with no new error).

18107 commented 4 years ago

Added to 21805d8b8962fa1e3e7c1a14426979335c411e83