Example #1
0
 public static extern void gluGetTessProperty_1(
     IntPtr tess,
     TessellationProperty which,
     out TessellationWinding value);
Example #2
0
 public static extern void gluGetTessProperty_2(
     IntPtr tess,
     TessellationProperty which,
     [MarshalAs(UnmanagedType.U8)] out bool value);
Example #3
0
 public static extern void gluGetTessProperty(
     IntPtr tess,
     TessellationProperty which,
     out double value);