1 // cs0029.cs: Cannot implicitly convert type `string' to `System.Runtime.InteropServices.CallingConvention'
5 using System
.Runtime
.InteropServices
;
8 public sealed class Gl
{
10 [DllImport("libGL.so", EntryPoint
="glCopyTexSubImage3D", CallingConvention
="cdecl", ExactSpelling
=true)]
11 public static extern void CopyTexSubImage3D ();