INTERFACE X_OpenGL_BaseProxy; FROM X_OpenGL_Base IMPORT T;
VAR MkProxyT : PROCEDURE (x : T) := NIL; END X_OpenGL_BaseProxy.