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,8 @@
#version 450
layout(location=0) out vec4 color;
void main()
{
color = getColor();
}