Skip to content

Commit

Permalink
Update deferred_shading.vs for GLES3
Browse files Browse the repository at this point in the history
  • Loading branch information
MikiZX1 authored Jan 18, 2025
1 parent c984882 commit b638a1e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

precision highp float;

layout (location = 0) in vec3 vertexPosition;
layout (location = 1) in vec2 vertexTexCoord;
in vec3 vertexPosition;
in vec2 vertexTexCoord;

out vec2 texCoord;

Expand Down

0 comments on commit b638a1e

Please sign in to comment.