Skip to content

Commit

Permalink
Trying version 330
Browse files Browse the repository at this point in the history
  • Loading branch information
RussellGarwood committed Feb 7, 2020
1 parent 736f9fe commit 9b76dd5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SPIERSview/resources/lightingFragmentShader_mac.fsh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#version 150
#version 330

uniform vec4 ambientColor;
uniform vec4 diffuseColor;
Expand Down
2 changes: 1 addition & 1 deletion SPIERSview/resources/lightingVertexShaderTextured_mac.vsh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#version 150
#version 330

uniform mat4 mvpMatrix;
uniform mat4 mvMatrix;
Expand Down
2 changes: 1 addition & 1 deletion SPIERSview/resources/lightingVertexShader_mac.vsh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#version 150
#version 330

uniform mat4 mvpMatrix;
uniform mat4 mvMatrix;
Expand Down

0 comments on commit 9b76dd5

Please sign in to comment.