summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines/maxwell_3d.h
diff options
context:
space:
mode:
authorReinUsesLisp <reinuseslisp@airmail.cc>2019-10-20 08:51:15 +0200
committerReinUsesLisp <reinuseslisp@airmail.cc>2019-10-28 04:14:29 +0100
commit961fe4d19b5ed3f24b273d46cfcc02bd086ca3b0 (patch)
tree76ca38ef4f86ff2cc3109e13175539883aea5a9e /src/video_core/engines/maxwell_3d.h
parentMerge pull request #2971 from FernandoS27/new-scheduler-v2 (diff)
downloadyuzu-961fe4d19b5ed3f24b273d46cfcc02bd086ca3b0.tar
yuzu-961fe4d19b5ed3f24b273d46cfcc02bd086ca3b0.tar.gz
yuzu-961fe4d19b5ed3f24b273d46cfcc02bd086ca3b0.tar.bz2
yuzu-961fe4d19b5ed3f24b273d46cfcc02bd086ca3b0.tar.lz
yuzu-961fe4d19b5ed3f24b273d46cfcc02bd086ca3b0.tar.xz
yuzu-961fe4d19b5ed3f24b273d46cfcc02bd086ca3b0.tar.zst
yuzu-961fe4d19b5ed3f24b273d46cfcc02bd086ca3b0.zip
Diffstat (limited to '')
-rw-r--r--src/video_core/engines/maxwell_3d.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/video_core/engines/maxwell_3d.h b/src/video_core/engines/maxwell_3d.h
index 987ad77b2..666313e46 100644
--- a/src/video_core/engines/maxwell_3d.h
+++ b/src/video_core/engines/maxwell_3d.h
@@ -1254,9 +1254,6 @@ public:
Texture::FullTextureInfo GetTextureInfo(const Texture::TextureHandle tex_handle,
std::size_t offset) const;
- /// Returns a list of enabled textures for the specified shader stage.
- std::vector<Texture::FullTextureInfo> GetStageTextures(Regs::ShaderStage stage) 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;