Only require EXT framebuffer extensions
This commit is contained in:
		
							parent
							
								
									a9f400e64a
								
							
						
					
					
						commit
						ef6bacf201
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -36,7 +36,6 @@
 | 
				
			||||||
static const char *reqExt[] =
 | 
					static const char *reqExt[] =
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	"GL_ARB_fragment_shader",
 | 
						"GL_ARB_fragment_shader",
 | 
				
			||||||
	"GL_ARB_framebuffer_object",
 | 
					 | 
				
			||||||
	"GL_ARB_imaging",
 | 
						"GL_ARB_imaging",
 | 
				
			||||||
	"GL_ARB_shader_objects",
 | 
						"GL_ARB_shader_objects",
 | 
				
			||||||
	"GL_ARB_vertex_shader",
 | 
						"GL_ARB_vertex_shader",
 | 
				
			||||||
| 
						 | 
					@ -47,6 +46,7 @@ static const char *reqExt[] =
 | 
				
			||||||
	"GL_EXT_bgra",
 | 
						"GL_EXT_bgra",
 | 
				
			||||||
	"GL_EXT_blend_func_separate",
 | 
						"GL_EXT_blend_func_separate",
 | 
				
			||||||
	"GL_EXT_blend_subtract",
 | 
						"GL_EXT_blend_subtract",
 | 
				
			||||||
 | 
						"GL_EXT_framebuffer_object",
 | 
				
			||||||
	"GL_EXT_framebuffer_blit",
 | 
						"GL_EXT_framebuffer_blit",
 | 
				
			||||||
	0
 | 
						0
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue