summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines/maxwell_3d.h
diff options
context:
space:
mode:
authorReinUsesLisp <reinuseslisp@airmail.cc>2019-10-20 09:03:33 +0200
committerReinUsesLisp <reinuseslisp@airmail.cc>2019-10-28 04:23:42 +0100
commitfa31e5b86854f98d7db10bf55cc485bd1368b559 (patch)
treebd54dc3e15103e7e32ad04072fc38c81819c3672 /src/video_core/engines/maxwell_3d.h
parentvideo_core/textures: Remove unused index entry in FullTextureInfo (diff)
downloadyuzu-fa31e5b86854f98d7db10bf55cc485bd1368b559.tar
yuzu-fa31e5b86854f98d7db10bf55cc485bd1368b559.tar.gz
yuzu-fa31e5b86854f98d7db10bf55cc485bd1368b559.tar.bz2
yuzu-fa31e5b86854f98d7db10bf55cc485bd1368b559.tar.lz
yuzu-fa31e5b86854f98d7db10bf55cc485bd1368b559.tar.xz
yuzu-fa31e5b86854f98d7db10bf55cc485bd1368b559.tar.zst
yuzu-fa31e5b86854f98d7db10bf55cc485bd1368b559.zip
Diffstat (limited to 'src/video_core/engines/maxwell_3d.h')
-rw-r--r--src/video_core/engines/maxwell_3d.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/video_core/engines/maxwell_3d.h b/src/video_core/engines/maxwell_3d.h
index 666313e46..8cc842684 100644
--- a/src/video_core/engines/maxwell_3d.h
+++ b/src/video_core/engines/maxwell_3d.h
@@ -1250,9 +1250,8 @@ public:
void FlushMMEInlineDraw();
- /// Given a Texture Handle, returns the TSC and TIC entries.
- Texture::FullTextureInfo GetTextureInfo(const Texture::TextureHandle tex_handle,
- std::size_t offset) const;
+ /// Given a texture handle, returns the TSC and TIC entries.
+ Texture::FullTextureInfo GetTextureInfo(Texture::TextureHandle tex_handle) const;
/// Returns the texture information for a specific texture in a specific shader stage.
Texture::FullTextureInfo GetStageTexture(Regs::ShaderStage stage, std::size_t offset) const;