Files
lace/3-mid/opengl/source/platform/egl/private/opengl-surface_profile-privvy.adb
2022-07-31 17:34:54 +10:00

11 lines
206 B
Ada

package body opengl.surface_Profile.privvy
is
function to_eGL (Self : in Item'Class) return egl.EGLConfig
is
begin
return Self.egl_Config;
end to_eGL;
end opengl.surface_Profile.privvy;