GL.Ext.DeleteProgramPipelines Method

Definition

Overloads

DeleteProgramPipelines(Int32, UInt32[])
DeleteProgramPipelines(Int32, UInt32)
DeleteProgramPipelines(Int32, UInt32*)
DeleteProgramPipelines(Int32, Int32*)
DeleteProgramPipelines(Int32, Int32)
DeleteProgramPipelines(Int32, Int32[])

DeleteProgramPipelines(Int32, UInt32[])

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glDeleteProgramPipelinesEXT", Version="2.0")]
[System.CLSCompliant(false)]
public static void DeleteProgramPipelines (int n, uint[] pipelines);
static member DeleteProgramPipelines : int * uint32[] -> unit

Parameters

n
Int32
pipelines
UInt32[]
Attributes

Applies to

DeleteProgramPipelines(Int32, UInt32)

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glDeleteProgramPipelinesEXT", Version="2.0")]
[System.CLSCompliant(false)]
public static void DeleteProgramPipelines (int n, ref uint pipelines);
static member DeleteProgramPipelines : int *  -> unit

Parameters

n
Int32
pipelines
UInt32
Attributes

Applies to

DeleteProgramPipelines(Int32, UInt32*)

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glDeleteProgramPipelinesEXT", Version="2.0")]
[System.CLSCompliant(false)]
public static void DeleteProgramPipelines (int n, uint* pipelines);
static member DeleteProgramPipelines : int * nativeptr<uint32> -> unit

Parameters

n
Int32
pipelines
UInt32*
Attributes

Applies to

DeleteProgramPipelines(Int32, Int32*)

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glDeleteProgramPipelinesEXT", Version="2.0")]
[System.CLSCompliant(false)]
public static void DeleteProgramPipelines (int n, int* pipelines);
static member DeleteProgramPipelines : int * nativeptr<int> -> unit

Parameters

n
Int32
pipelines
Int32*
Attributes

Applies to

DeleteProgramPipelines(Int32, Int32)

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glDeleteProgramPipelinesEXT", Version="2.0")]
public static void DeleteProgramPipelines (int n, ref int pipelines);
static member DeleteProgramPipelines : int *  -> unit

Parameters

n
Int32
pipelines
Int32
Attributes

Applies to

DeleteProgramPipelines(Int32, Int32[])

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glDeleteProgramPipelinesEXT", Version="2.0")]
public static void DeleteProgramPipelines (int n, int[] pipelines);
static member DeleteProgramPipelines : int * int[] -> unit

Parameters

n
Int32
pipelines
Int32[]
Attributes

Applies to