GL.DeleteProgram Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DeleteProgram(UInt32) | |
DeleteProgram(Int32) |
DeleteProgram(UInt32)
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glDeleteProgram", Version="3.0")]
[System.CLSCompliant(false)]
public static void DeleteProgram (uint program);
static member DeleteProgram : uint32 -> unit
Parameters
- program
- UInt32
- Attributes
Applies to
DeleteProgram(Int32)
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glDeleteProgram", Version="3.0")]
public static void DeleteProgram (int program);
static member DeleteProgram : int -> unit
Parameters
- program
- Int32
- Attributes