mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
35fa1ce2bf
* If CreateContextAttribs is not used to create the context, the overlay will run in super-duper old mode using immediate mode calls and fixed function pipeline. This way it should display on (in theory) any GL app. Capturing will be prevented. * Compatibility profile contexts are still allowed, but a warning is displayed in the overlay. * If CreateContextAttribs is used to create a < 3.2 version context, we go down the same path as for legacy contexts, except with an accurate overlay message (just that the version isn't supported).