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