mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 21:25:46 +00:00
maxwell_3d: Remove unused variable within GetStageTextures()
This commit is contained in:
parent
b55fa06eef
commit
10a91d9b9a
1 changed files with 0 additions and 2 deletions
|
@ -317,8 +317,6 @@ std::vector<Texture::FullTextureInfo> Maxwell3D::GetStageTextures(Regs::ShaderSt
|
||||||
auto& tex_info_buffer = fragment_shader.const_buffers[regs.tex_cb_index];
|
auto& tex_info_buffer = fragment_shader.const_buffers[regs.tex_cb_index];
|
||||||
ASSERT(tex_info_buffer.enabled && tex_info_buffer.address != 0);
|
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;
|
GPUVAddr tex_info_buffer_end = tex_info_buffer.address + tex_info_buffer.size;
|
||||||
|
|
||||||
// Offset into the texture constbuffer where the texture info begins.
|
// Offset into the texture constbuffer where the texture info begins.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue