mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-03 20:24:14 +02:00
VideoCommon: add a texture pool for resource management
This commit is contained in:
@@ -756,6 +756,7 @@
|
||||
<ClInclude Include="VideoCommon\Resources\CustomResourceManager.h" />
|
||||
<ClInclude Include="VideoCommon\Resources\Resource.h" />
|
||||
<ClInclude Include="VideoCommon\Resources\TextureDataResource.h" />
|
||||
<ClInclude Include="VideoCommon\Resources\TexturePool.h" />
|
||||
<ClInclude Include="VideoCommon\ShaderCache.h" />
|
||||
<ClInclude Include="VideoCommon\ShaderCompileUtils.h" />
|
||||
<ClInclude Include="VideoCommon\ShaderGenCommon.h" />
|
||||
@@ -1409,6 +1410,7 @@
|
||||
<ClCompile Include="VideoCommon\Resources\CustomResourceManager.cpp" />
|
||||
<ClCompile Include="VideoCommon\Resources\Resource.cpp" />
|
||||
<ClCompile Include="VideoCommon\Resources\TextureDataResource.cpp" />
|
||||
<ClCompile Include="VideoCommon\Resources\TexturePool.cpp" />
|
||||
<ClCompile Include="VideoCommon\ShaderCache.cpp" />
|
||||
<ClCompile Include="VideoCommon\ShaderCompileUtils.cpp" />
|
||||
<ClCompile Include="VideoCommon\ShaderGenCommon.cpp" />
|
||||
|
||||
Reference in New Issue
Block a user