parent
8acc59a2e1
commit
652fc3ab00
9 changed files with 1 additions and 9 deletions
|
|
@ -1,10 +1,8 @@
|
|||
#version 450
|
||||
|
||||
layout(location = 0) out vec4 color;
|
||||
//layout(location = 0) out float fragmentdepth;
|
||||
|
||||
void main()
|
||||
{
|
||||
// fragmentdepth = gl_FragCoord.z;
|
||||
color = vec4(1.0, 0.0, 0.0, 1.0);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue