11 lines
175 B
Ada
11 lines
175 B
Ada
with
|
|
eGL;
|
|
|
|
|
|
package opengl.surface_Profile.privvy
|
|
is
|
|
|
|
function to_eGL (Self : in surface_Profile.Item'Class) return egl.EGLConfig;
|
|
|
|
end opengl.surface_Profile.privvy;
|