shader fix
This commit is contained in:
parent
ae312807fc
commit
01a3211dfb
7 changed files with 10 additions and 13 deletions
8
FragmentShaderSolidWhite.frag
Normal file
8
FragmentShaderSolidWhite.frag
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#version 450
|
||||
|
||||
layout(location = 0) out vec4 outFragColor;
|
||||
|
||||
void main()
|
||||
{
|
||||
outFragColor = vec4(1, 1, 1, 1);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue