From 961fe4d19b5ed3f24b273d46cfcc02bd086ca3b0 Mon Sep 17 00:00:00 2001 From: ReinUsesLisp Date: Sun, 20 Oct 2019 03:51:15 -0300 Subject: maxwell_3d: Remove unused method GetStageTextures --- src/video_core/engines/maxwell_3d.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/video_core/engines/maxwell_3d.h') 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 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; -- cgit v1.2.3