mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
VideoCommon: move all texture calculations to a "TextureInfo" class. This ever so slightly improves readability and allows for the full texture name to be generated outside of the hires texture cache
This commit is contained in:
parent
1f26b694dc
commit
182dfc38e6
8 changed files with 551 additions and 226 deletions
|
@ -642,6 +642,7 @@
|
|||
<ClInclude Include="VideoCommon\TextureConverterShaderGen.h" />
|
||||
<ClInclude Include="VideoCommon\TextureDecoder_Util.h" />
|
||||
<ClInclude Include="VideoCommon\TextureDecoder.h" />
|
||||
<ClInclude Include="VideoCommon\TextureInfo.h" />
|
||||
<ClInclude Include="VideoCommon\UberShaderCommon.h" />
|
||||
<ClInclude Include="VideoCommon\UberShaderPixel.h" />
|
||||
<ClInclude Include="VideoCommon\UberShaderVertex.h" />
|
||||
|
@ -1191,6 +1192,7 @@
|
|||
<ClCompile Include="VideoCommon\TextureConversionShader.cpp" />
|
||||
<ClCompile Include="VideoCommon\TextureConverterShaderGen.cpp" />
|
||||
<ClCompile Include="VideoCommon\TextureDecoder_Common.cpp" />
|
||||
<ClCompile Include="VideoCommon\TextureInfo.cpp" />
|
||||
<ClCompile Include="VideoCommon\UberShaderCommon.cpp" />
|
||||
<ClCompile Include="VideoCommon\UberShaderPixel.cpp" />
|
||||
<ClCompile Include="VideoCommon\UberShaderVertex.cpp" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue