Cleanup, code comments
This commit is contained in:
parent
358ab9d550
commit
8afe8d825d
4 changed files with 17 additions and 20 deletions
|
|
@ -8,5 +8,4 @@ layout (location = 0) out vec4 outColor;
|
|||
void main()
|
||||
{
|
||||
outColor = texture(samplerColor, inUV);
|
||||
outColor.rgb *= vec3(inUV, 0.0f);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue