mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-16 08:02:36 +00:00
Updates
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
|
||||
@include "light_struct"
|
||||
|
||||
layout(location = 0) out vec4 fragColor;
|
||||
// layout(location = 0) out vec4 fragColor;
|
||||
layout (location = 1) out vec3 fragColor;
|
||||
|
||||
in vec3 outPosition;
|
||||
in vec3 outColor;
|
||||
@@ -98,5 +99,5 @@ void main() {
|
||||
}
|
||||
}
|
||||
|
||||
fragColor = vec4(result, 1.0);
|
||||
fragColor = vec3(1,1,1);//result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user