public static void DeformSGIX(FfdMaskSGIX mask)
 {
     Debug.Assert(Delegates.pglDeformSGIX != null, "pglDeformSGIX not implemented");
     Delegates.pglDeformSGIX((UInt32)mask);
     LogCommand("glDeformSGIX", null, mask);
     DebugCheckErrors(null);
 }
 public static void LoadIdentityDeformationMapSGIX(FfdMaskSGIX mask)
 {
     Debug.Assert(Delegates.pglLoadIdentityDeformationMapSGIX != null, "pglLoadIdentityDeformationMapSGIX not implemented");
     Delegates.pglLoadIdentityDeformationMapSGIX((UInt32)mask);
     LogFunction("glLoadIdentityDeformationMapSGIX({0})", mask);
     DebugCheckErrors(null);
 }
예제 #3
0
 public static void LoadIdentityDeformationMapSGIX(FfdMaskSGIX mask)
 {
     Debug.Assert(Delegates.pglLoadIdentityDeformationMapSGIX != null, "pglLoadIdentityDeformationMapSGIX not implemented");
     Delegates.pglLoadIdentityDeformationMapSGIX((uint)mask);
     LogCommand("glLoadIdentityDeformationMapSGIX", null, mask);
     DebugCheckErrors(null);
 }
예제 #4
0
 public partial void Deform([Flow(FlowDirection.In)] FfdMaskSGIX mask);
 public static void LoadIdentityDeformationMapSGIX( FfdMaskSGIX mask )
 {
     if (_LoadIdentityDeformationMapSGIX == null) throw new Exception( "Extension method LoadIdentityDeformationMapSGIX not found" );
      _LoadIdentityDeformationMapSGIX( mask );
 }
 public static void DeformSGIX( FfdMaskSGIX mask )
 {
     if (_DeformSGIX == null) throw new Exception( "Extension method DeformSGIX not found" );
      _DeformSGIX( mask );
 }
예제 #7
0
		public static void LoadIdentityDeformationMapSGIX(FfdMaskSGIX mask)
		{
			Debug.Assert(Delegates.pglLoadIdentityDeformationMapSGIX != null, "pglLoadIdentityDeformationMapSGIX not implemented");
			Delegates.pglLoadIdentityDeformationMapSGIX((UInt32)mask);
			CallLog("glLoadIdentityDeformationMapSGIX({0})", mask);
			DebugCheckErrors();
		}
		public static void DeformSGIX(FfdMaskSGIX mask)
		{
			Debug.Assert(Delegates.pglDeformSGIX != null, "pglDeformSGIX not implemented");
			Delegates.pglDeformSGIX((UInt32)mask);
			LogFunction("glDeformSGIX({0})", mask);
			DebugCheckErrors(null);
		}