summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-07-20 04:38:28 +0200
committerLioncash <mathew1800@gmail.com>2018-07-20 04:38:28 +0200
commit8b08f82dc720848904b8a3d8a13dff779d6c119e (patch)
tree70500df99e6d0ffcc3b2713da1d678e7ee161338 /src/video_core/engines
parentMerge pull request #726 from lioncash/overload (diff)
downloadyuzu-8b08f82dc720848904b8a3d8a13dff779d6c119e.tar
yuzu-8b08f82dc720848904b8a3d8a13dff779d6c119e.tar.gz
yuzu-8b08f82dc720848904b8a3d8a13dff779d6c119e.tar.bz2
yuzu-8b08f82dc720848904b8a3d8a13dff779d6c119e.tar.lz
yuzu-8b08f82dc720848904b8a3d8a13dff779d6c119e.tar.xz
yuzu-8b08f82dc720848904b8a3d8a13dff779d6c119e.tar.zst
yuzu-8b08f82dc720848904b8a3d8a13dff779d6c119e.zip
Diffstat (limited to 'src/video_core/engines')
-rw-r--r--src/video_core/engines/maxwell_3d.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/video_core/engines/maxwell_3d.cpp b/src/video_core/engines/maxwell_3d.cpp
index dfbf80abd..d7328ff39 100644
--- a/src/video_core/engines/maxwell_3d.cpp
+++ b/src/video_core/engines/maxwell_3d.cpp
@@ -317,8 +317,6 @@ std::vector<Texture::FullTextureInfo> Maxwell3D::GetStageTextures(Regs::ShaderSt
auto& tex_info_buffer = fragment_shader.const_buffers[regs.tex_cb_index];
ASSERT(tex_info_buffer.enabled && tex_info_buffer.address != 0);
- GPUVAddr tic_base_address = regs.tic.TICAddress();
-
GPUVAddr tex_info_buffer_end = tex_info_buffer.address + tex_info_buffer.size;
// Offset into the texture constbuffer where the texture info begins.