mirror of
				https://github.com/godotengine/godot.git
				synced 2025-11-03 23:21:15 +00:00 
			
		
		
		
	Add screen space AA option, with FXAA implementation.
This commit is contained in:
		
							parent
							
								
									9dc19f7619
								
							
						
					
					
						commit
						16ae2cc1bf
					
				
					 15 changed files with 144 additions and 10 deletions
				
			
		| 
						 | 
				
			
			@ -263,7 +263,7 @@ public:
 | 
			
		|||
	virtual void set_debug_draw_mode(RS::ViewportDebugDraw p_debug_draw) = 0;
 | 
			
		||||
 | 
			
		||||
	virtual RID render_buffers_create() = 0;
 | 
			
		||||
	virtual void render_buffers_configure(RID p_render_buffers, RID p_render_target, int p_width, int p_height, RS::ViewportMSAA p_msaa) = 0;
 | 
			
		||||
	virtual void render_buffers_configure(RID p_render_buffers, RID p_render_target, int p_width, int p_height, RS::ViewportMSAA p_msaa, RS::ViewportScreenSpaceAA p_screen_space_aa) = 0;
 | 
			
		||||
 | 
			
		||||
	virtual void screen_space_roughness_limiter_set_active(bool p_enable, float p_curve) = 0;
 | 
			
		||||
	virtual bool screen_space_roughness_limiter_is_active() const = 0;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue