11 lines
152 B
Ada
11 lines
152 B
Ada
with
|
|
eGL;
|
|
|
|
|
|
package opengl.Surface.privvy
|
|
is
|
|
|
|
function to_eGL (Self : in Surface.item'Class) return egl.EGLSurface;
|
|
|
|
end opengl.Surface.privvy;
|