mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Revert "Add #version 120 to make shaders work on Windows"
USL-32 This breaks OpenGL shaders on Windows and Mac.
This commit is contained in:
parent
adfe6ce63a
commit
ade9c296ae
6 changed files with 0 additions and 12 deletions
|
@ -1,6 +1,5 @@
|
|||
[shaders]
|
||||
vertex =
|
||||
#version 120
|
||||
uniform highp mat4 u_modelMatrix;
|
||||
uniform highp mat4 u_viewProjectionMatrix;
|
||||
uniform highp mat4 u_normalMatrix;
|
||||
|
@ -22,7 +21,6 @@ vertex =
|
|||
}
|
||||
|
||||
fragment =
|
||||
#version 120
|
||||
uniform mediump vec4 u_ambientColor;
|
||||
uniform mediump vec4 u_diffuseColor;
|
||||
uniform highp vec3 u_lightPosition;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue