VideoCommon: Add AsyncShaderCompiler class implementation

This commit is contained in:
Stenzek
2017-06-19 14:17:18 +10:00
parent 5bad2ee4a4
commit 0a9574eaa1
5 changed files with 308 additions and 1 deletions

View File

@ -38,6 +38,7 @@
<ItemGroup>
<ClCompile Include="AbstractTexture.cpp" />
<ClCompile Include="AsyncRequests.cpp" />
<ClCompile Include="AsyncShaderCompiler.cpp" />
<ClCompile Include="AVIDump.cpp" />
<ClCompile Include="BoundingBox.cpp" />
<ClCompile Include="BPFunctions.cpp" />
@ -94,6 +95,7 @@
<ItemGroup>
<ClInclude Include="AbstractTexture.h" />
<ClInclude Include="AsyncRequests.h" />
<ClInclude Include="AsyncShaderCompiler.h" />
<ClInclude Include="AVIDump.h" />
<ClInclude Include="BoundingBox.h" />
<ClInclude Include="BPFunctions.h" />