mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	gl_shader_util: Downgrade GLSL to 430
* Older intel drivers don'tsupport 450 as a version string
This commit is contained in:
		
							parent
							
								
									926d604312
								
							
						
					
					
						commit
						10c7aa402d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -26,7 +26,7 @@ GLuint LoadShader(const char* source, GLenum type) { | |||
| #extension GL_EXT_clip_cull_distance : enable | ||||
| #endif // defined(GL_EXT_clip_cull_distance)
 | ||||
| )" | ||||
|                                      : "#version 450 core\n"; | ||||
|                                      : "#version 430 core\n"; | ||||
| 
 | ||||
|     const char* debug_type; | ||||
|     switch (type) { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue