Skip to content

[Backport] Fix a crashes with MSQOGL.

Julien Wadel requested to merge backport/jul_master into master

MSQOGL links centralization with safe checks. Cleanup variable names and use-cases. When requesting a new native window ID, ensure to return a created ID and not something that already "exists" (that is not always the case as a created ID is independant from the SDK).

SDK-957 SDK-955

Merge request reports