First Commit

This commit is contained in:
2025-02-06 22:24:29 +08:00
parent ed7df4c81e
commit 7539e6a53c
18116 changed files with 6181499 additions and 0 deletions

1
externals/glslang/Test/inc1/badInc.h vendored Normal file
View File

@@ -0,0 +1 @@
#include "parentBad"

3
externals/glslang/Test/inc1/bar.h vendored Normal file
View File

@@ -0,0 +1,3 @@
float4 i2;
#include "foo.h"

3
externals/glslang/Test/inc1/foo.h vendored Normal file
View File

@@ -0,0 +1,3 @@
#include "parent.h"
float4 i3;

View File

@@ -0,0 +1 @@
float4 i9991;

View File

@@ -0,0 +1 @@
float4 p2;

View File

@@ -0,0 +1,4 @@
float4 p1;
#include "local.h"
#include "remote.h"

View File

@@ -0,0 +1 @@
float4 i9991;

View File

@@ -0,0 +1 @@
float4 paoeu1;

View File

@@ -0,0 +1 @@
float4 p3;