OpenTK.Platform.Egl.Egl.CopyBuffers C# (CSharp) Метод

CopyBuffers() приватный Метод

private CopyBuffers ( OpenTK.Platform.Egl.EGLDisplay dpy, OpenTK.Platform.Egl.EGLSurface surface, OpenTK.Platform.Egl.EGLNativePixmapType target ) : bool
dpy OpenTK.Platform.Egl.EGLDisplay
surface OpenTK.Platform.Egl.EGLSurface
target OpenTK.Platform.Egl.EGLNativePixmapType
Результат bool
        public static extern bool CopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target);
        [DllImportAttribute("libEGL.dll", EntryPoint = "eglGetProcAddress")]