Fix DebugCompilationUnit scope
Fix 3167.
This commit is contained in:
parent
77f7cdfb1e
commit
1aefd184a6
3 changed files with 841 additions and 821 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue