summaryrefslogtreecommitdiffstats
path: root/src/video_core/textures/decoders.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-08-10 02:17:48 +0200
committerbunnei <bunneidev@gmail.com>2018-08-10 02:36:03 +0200
commit3a67876252d616e1221e1a83b2dbe387993ad124 (patch)
tree4bfd261505903e92c470468165db0c63858bbae8 /src/video_core/textures/decoders.h
parentMerge pull request #995 from bunnei/gl-buff-bounds (diff)
downloadyuzu-3a67876252d616e1221e1a83b2dbe387993ad124.tar
yuzu-3a67876252d616e1221e1a83b2dbe387993ad124.tar.gz
yuzu-3a67876252d616e1221e1a83b2dbe387993ad124.tar.bz2
yuzu-3a67876252d616e1221e1a83b2dbe387993ad124.tar.lz
yuzu-3a67876252d616e1221e1a83b2dbe387993ad124.tar.xz
yuzu-3a67876252d616e1221e1a83b2dbe387993ad124.tar.zst
yuzu-3a67876252d616e1221e1a83b2dbe387993ad124.zip
Diffstat (limited to 'src/video_core/textures/decoders.h')
-rw-r--r--src/video_core/textures/decoders.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/video_core/textures/decoders.h b/src/video_core/textures/decoders.h
index 73a4924d1..1f7b731be 100644
--- a/src/video_core/textures/decoders.h
+++ b/src/video_core/textures/decoders.h
@@ -13,8 +13,8 @@ namespace Tegra::Texture {
/**
* Unswizzles a swizzled texture without changing its format.
*/
-std::vector<u8> UnswizzleTexture(VAddr address, TextureFormat format, u32 width, u32 height,
- u32 block_height = TICEntry::DefaultBlockHeight);
+std::vector<u8> UnswizzleTexture(VAddr address, u32 tile_size, u32 bytes_per_pixel, u32 width,
+ u32 height, u32 block_height = TICEntry::DefaultBlockHeight);
/**
* Unswizzles a swizzled depth texture without changing its format.