mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	yuzu/yuzu_cmd: Add checks for required extension ARB_copy_image.
This commit is contained in:
		
							parent
							
								
									9aec85d39c
								
							
						
					
					
						commit
						2fbb20b2b5
					
				| @ -485,6 +485,8 @@ QStringList GMainWindow::GetUnsupportedGLExtensions() { | |||||||
|         unsupported_ext.append("ARB_texture_storage"); |         unsupported_ext.append("ARB_texture_storage"); | ||||||
|     if (!GLAD_GL_ARB_multi_bind) |     if (!GLAD_GL_ARB_multi_bind) | ||||||
|         unsupported_ext.append("ARB_multi_bind"); |         unsupported_ext.append("ARB_multi_bind"); | ||||||
|  |     if (!GLAD_GL_ARB_copy_image) | ||||||
|  |         unsupported_ext.append("ARB_copy_image"); | ||||||
| 
 | 
 | ||||||
|     // Extensions required to support some texture formats.
 |     // Extensions required to support some texture formats.
 | ||||||
|     if (!GLAD_GL_EXT_texture_compression_s3tc) |     if (!GLAD_GL_EXT_texture_compression_s3tc) | ||||||
|  | |||||||
| @ -98,6 +98,8 @@ bool EmuWindow_SDL2::SupportsRequiredGLExtensions() { | |||||||
|         unsupported_ext.push_back("ARB_texture_storage"); |         unsupported_ext.push_back("ARB_texture_storage"); | ||||||
|     if (!GLAD_GL_ARB_multi_bind) |     if (!GLAD_GL_ARB_multi_bind) | ||||||
|         unsupported_ext.push_back("ARB_multi_bind"); |         unsupported_ext.push_back("ARB_multi_bind"); | ||||||
|  |     if (!GLAD_GL_ARB_copy_image) | ||||||
|  |         unsupported_ext.push_back("ARB_copy_image"); | ||||||
| 
 | 
 | ||||||
|     // Extensions required to support some texture formats.
 |     // Extensions required to support some texture formats.
 | ||||||
|     if (!GLAD_GL_EXT_texture_compression_s3tc) |     if (!GLAD_GL_EXT_texture_compression_s3tc) | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 bunnei
						bunnei