Skip to content

State: Log invalid state settings, instead of asserting

Mark Janes requested to merge invalid_option into master

Several end-users have encountered crashes due to incomplete specification of acceptable state enumerations within FrameRetrace. Additionally, a buggy driver may report an invalid state setting (eg, GL_ZERO) which prevents analysis of other aspects of the frame that are unrelated to the GL state.

Instead of crashing, log an error and continue.

Merge request reports