Exemplo n.º 1
0
 public static extern CLBuffer CreateFromGLRenderbuffer(
     [In] CLContext context,
     [In] MemoryFlags flags,
     [In] int renderBuffer,
     [Out] out CLResultCode error
     );
Exemplo n.º 2
0
 public static extern CLEvent CreateEventFromGLsyncKHR(
     [In] CLContext context,
     [In] IntPtr sync,
     [Out] out CLResultCode error
     );