This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Browse Source
Update deferred_shading.vs for GLES3
pull/4705/head
MikiZX1
2 months ago
committed by
GitHub
parent
c9848829d5
commit
b638a1e7e1
No known key found for this signature in database
GPG Key ID:
B5690EEEBB952194
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
examples/shaders/resources/shaders/glsl100/deferred_shading.vs
+ 2
- 2
examples/shaders/resources/shaders/glsl100/deferred_shading.vs
View File
@ -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;
Write
Preview
Loading…
Cancel
Save