Skip to content
This repository has been archived by the owner on Jun 19, 2021. It is now read-only.

Commit

Permalink
Fix shader compilation on Windows+Intel
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-schievink committed Aug 5, 2016
1 parent 53a1347 commit fd0c362
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/shader/weather.vert
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#version 330
#version 330
in vec3 position;
in vec3 point;

Expand All @@ -7,8 +7,8 @@ uniform mat4 proj_matrix;
uniform mat4 view_matrix;
uniform mat4 scaling_matrix;
uniform int form;
uniform vec4 sun_color;
uniform vec4 sky_light;
uniform vec3 sun_color;
uniform vec3 sky_light;


out vec2 out_position;
Expand Down

0 comments on commit fd0c362

Please sign in to comment.