Fix DebugCompilationUnit scope
Fix 3167.
This commit is contained in:
committed by
arcady-lunarg
parent
77f7cdfb1e
commit
1aefd184a6
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user