예제 #1
0
 public static void ObjectLabel(OpenTK.Graphics.ES20.ObjectLabelIdentifier identifier, UInt32 name, Int32 length, String label)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 public static unsafe void GetObjectLabel(OpenTK.Graphics.ES20.ObjectLabelIdentifier identifier, UInt32 name, Int32 bufSize, [OutAttribute] Int32 *length, [OutAttribute] StringBuilder label)
 {
     throw new NotImplementedException();
 }