Fix DebugCompilationUnit scope

Fix 3167.
This commit is contained in:
Jeremy Hayes 2023-04-03 14:24:00 -06:00 committed by arcady-lunarg
parent 77f7cdfb1e
commit 1aefd184a6
3 changed files with 841 additions and 821 deletions

File diff suppressed because it is too large Load diff

View file

@ -38,6 +38,8 @@ layout (location = 0) out vec4 outFragColor;
#define AMBIENT_LIGHT 0.1
#define USE_PCF
int global_var = 0;
struct Light
{
vec4 position;