mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	Merge pull request #735 from lioncash/video-unused
maxwell_3d: Remove unused variable within GetStageTextures()
This commit is contained in:
		
						commit
						fbc2bcd4a9
					
				@ -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.
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user