Skip to content

[GLdispatchABI.h] Add a new releasePatch() entrypoint patching callback

Kyle Brenneman requested to merge github/fork/bnguyen0/master into master

Created by: bnguyen0

This callback notifies vendors when they no longer "own" patched top-level libglvnd entrypoints. This allows vendors to safely take advantage of optimizations which may modify entrypoint code outside of the finalizePatch() callback.

Merge request reports