Darkyenus / glsl4idea

A GLSL language plugin for IntelliJ IDEA
GNU Lesser General Public License v3.0
101 stars 30 forks source link

opengl environment filed [not a issue of this code] #159

Closed liuzhy71 closed 3 years ago

liuzhy71 commented 3 years ago

Before install this plugin in my computer, everything works very well with my opengl.

However, after the installation, the shader compilation error began to show as

OpenGL.GL.shaders.ShaderCompilationError: ("Shader compile failure (0): b'0:1(10): error: GLSL 3.30 is not supported. Supported versions are: 1.10, 1.20, 1.30, 1.40, 1.00 ES, and 3.00 ES\\n'", [b'#version 330\nlayout(location = 0) in vec4 position;\n\nuniform mat4 projection;\nuniform mat4 view;\nuniform mat4 model;\nuniform mat4 mvp;\n\nvoid main()\n{\n    gl_Position = mvp * position;\n}\n'], GL_VERTEX_SHADER)

How to completely uninstall the plugin and restore everything?

liuzhy71 commented 3 years ago

sorry for the incorrect comment above.

The problem is not from the plugin. It is a crash of my graphics driver, not because of this plugin.