mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-25 00:04:49 +02:00
Update glslang to the latest version
This commit is contained in:
+1
-1
Submodule ext/glslang updated: 2edde6665d...0af69da12e
@@ -9,6 +9,7 @@ LOCAL_ARM_MODE := arm
|
||||
LOCAL_SRC_FILES := \
|
||||
../glslang/glslang/GenericCodeGen/CodeGen.cpp \
|
||||
../glslang/glslang/GenericCodeGen/Link.cpp \
|
||||
../glslang/glslang/MachineIndependent/attribute.cpp \
|
||||
../glslang/glslang/MachineIndependent/Constant.cpp \
|
||||
../glslang/glslang/MachineIndependent/glslang_tab.cpp \
|
||||
../glslang/glslang/MachineIndependent/InfoSink.cpp \
|
||||
|
||||
@@ -152,6 +152,7 @@
|
||||
<ItemGroup>
|
||||
<ClCompile Include="glslang\glslang\GenericCodeGen\CodeGen.cpp" />
|
||||
<ClCompile Include="glslang\glslang\GenericCodeGen\Link.cpp" />
|
||||
<ClCompile Include="glslang\glslang\MachineIndependent\attribute.cpp" />
|
||||
<ClCompile Include="glslang\glslang\MachineIndependent\Constant.cpp" />
|
||||
<ClCompile Include="glslang\glslang\MachineIndependent\glslang_tab.cpp" />
|
||||
<ClCompile Include="glslang\glslang\MachineIndependent\InfoSink.cpp" />
|
||||
@@ -207,6 +208,7 @@
|
||||
<ClInclude Include="glslang\glslang\Include\revision.h" />
|
||||
<ClInclude Include="glslang\glslang\Include\ShHandle.h" />
|
||||
<ClInclude Include="glslang\glslang\Include\Types.h" />
|
||||
<ClInclude Include="glslang\glslang\MachineIndependent\attribute.h" />
|
||||
<ClInclude Include="glslang\glslang\MachineIndependent\glslang_tab.cpp.h" />
|
||||
<ClInclude Include="glslang\glslang\MachineIndependent\gl_types.h" />
|
||||
<ClInclude Include="glslang\glslang\MachineIndependent\Initialize.h" />
|
||||
|
||||
@@ -137,6 +137,9 @@
|
||||
<ClCompile Include="glslang\hlsl\hlslTokenStream.cpp">
|
||||
<Filter>HLSL</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="glslang\glslang\MachineIndependent\attribute.cpp">
|
||||
<Filter>glslang</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="glslang\SPIRV\disassemble.h">
|
||||
@@ -290,6 +293,9 @@
|
||||
<ClInclude Include="glslang\hlsl\hlslTokenStream.h">
|
||||
<Filter>HLSL</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="glslang\glslang\MachineIndependent\attribute.h">
|
||||
<Filter>glslang</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="glslang\glslang\MachineIndependent\glslang.y">
|
||||
|
||||
Reference in New Issue
Block a user