Add more preamble tests

This commit is contained in:
Moritz Heinemann 2023-03-21 14:21:09 +01:00 committed by arcady-lunarg
parent 893145ead2
commit bdba39bae6
6 changed files with 120 additions and 0 deletions

View file

@ -0,0 +1,4 @@
vec4 getColor()
{
return vec4(1.0);
}