mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
				synced 2025-05-12 00:45:25 +00:00 
			
		
		
		
	renderer_opengl: Initalise fragment shader LUT textures
This commit is contained in:
		
							parent
							
								
									0d086616d1
								
							
						
					
					
						commit
						0801363840
					
				@ -48,6 +48,10 @@ OpenGLState::OpenGLState() {
 | 
			
		||||
        texture_unit.sampler = 0;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    for (auto& lut : lighting_lut) {
 | 
			
		||||
        lut.texture_1d = 0;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    draw.framebuffer = 0;
 | 
			
		||||
    draw.vertex_array = 0;
 | 
			
		||||
    draw.vertex_buffer = 0;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user