mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-03 21:30:59 +00:00
Add a few more extensions we support, and some more we never will
* There are a handful of ARB and EXT extensions left that aren't in either the list of supported, or will-never support. These are ones that I want to support but haven't written the code for.
This commit is contained in:
@@ -79,6 +79,7 @@ void DoVendorChecks(const GLHookSet &gl, GLWindowingData context)
|
||||
EXT_CHECK(ARB_enhanced_layouts);
|
||||
EXT_CHECK(EXT_polygon_offset_clamp);
|
||||
EXT_CHECK(KHR_blend_equation_advanced_coherent);
|
||||
EXT_CHECK(EXT_raster_multisample);
|
||||
|
||||
#undef EXT_CHECK
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user