mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
VideoCommon: Rename TextureConversionShader namespace.
This commit is contained in:
parent
e8febd0cef
commit
e2a9ee384f
8 changed files with 29 additions and 26 deletions
|
@ -15,7 +15,7 @@ enum class EFBCopyFormat;
|
|||
enum class TLUTFormat;
|
||||
struct EFBCopyParams;
|
||||
|
||||
namespace TextureConversionShader
|
||||
namespace TextureConversionShaderTiled
|
||||
{
|
||||
u16 GetEncodedSampleCount(EFBCopyFormat format);
|
||||
|
||||
|
@ -58,4 +58,4 @@ std::pair<u32, u32> GetDispatchCount(const DecodingShaderInfo* info, u32 width,
|
|||
std::string GenerateDecodingShader(TextureFormat format, TLUTFormat palette_format,
|
||||
APIType api_type);
|
||||
|
||||
} // namespace TextureConversionShader
|
||||
} // namespace TextureConversionShaderTiled
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue