mirror of
				https://github.com/yuzu-emu/yuzu-mainline.git
				synced 2025-11-04 16:05:01 +00:00 
			
		
		
		
	texture_cache_base: Remove unused function declarations
This commit is contained in:
		
							parent
							
								
									ca1db63116
								
							
						
					
					
						commit
						0f14c9379e
					
				| 
						 | 
				
			
			@ -144,14 +144,6 @@ public:
 | 
			
		|||
                   const Tegra::Engines::Fermi2D::Surface& src,
 | 
			
		||||
                   const Tegra::Engines::Fermi2D::Config& copy);
 | 
			
		||||
 | 
			
		||||
    /// Invalidate the contents of the color buffer index
 | 
			
		||||
    /// These contents become unspecified, the cache can assume aggressive optimizations.
 | 
			
		||||
    void InvalidateColorBuffer(size_t index);
 | 
			
		||||
 | 
			
		||||
    /// Invalidate the contents of the depth buffer
 | 
			
		||||
    /// These contents become unspecified, the cache can assume aggressive optimizations.
 | 
			
		||||
    void InvalidateDepthBuffer();
 | 
			
		||||
 | 
			
		||||
    /// Try to find a cached image view in the given CPU address
 | 
			
		||||
    [[nodiscard]] ImageView* TryFindFramebufferImageView(VAddr cpu_addr);
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue