11 lines
206 B
Ada
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;
|