GL.DeleteTexture 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
DeleteTexture(Int32) | |
DeleteTexture(UInt32) |
DeleteTexture(Int32)
public static void DeleteTexture (int id);
static member DeleteTexture : int -> unit
Parameters
- id
- Int32
Applies to
DeleteTexture(UInt32)
Important
This API is not CLS-compliant.
[System.CLSCompliant(false)]
public static void DeleteTexture (uint id);
static member DeleteTexture : uint32 -> unit
Parameters
- id
- UInt32
- Attributes