GL.DeleteSamplers 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
DeleteSamplers(Int32, UInt32[]) | |
DeleteSamplers(Int32, UInt32) | |
DeleteSamplers(Int32, UInt32*) | |
DeleteSamplers(Int32, Int32*) | |
DeleteSamplers(Int32, Int32) | |
DeleteSamplers(Int32, Int32[]) |
DeleteSamplers(Int32, UInt32[])
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glDeleteSamplers", Version="3.0")]
[System.CLSCompliant(false)]
public static void DeleteSamplers (int count, uint[] samplers);
static member DeleteSamplers : int * uint32[] -> unit
Parameters
- count
- Int32
- samplers
- UInt32[]
- Attributes
Applies to
DeleteSamplers(Int32, UInt32)
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glDeleteSamplers", Version="3.0")]
[System.CLSCompliant(false)]
public static void DeleteSamplers (int count, ref uint samplers);
static member DeleteSamplers : int * -> unit
Parameters
- count
- Int32
- samplers
- UInt32
- Attributes
Applies to
DeleteSamplers(Int32, UInt32*)
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glDeleteSamplers", Version="3.0")]
[System.CLSCompliant(false)]
public static void DeleteSamplers (int count, uint* samplers);
static member DeleteSamplers : int * nativeptr<uint32> -> unit
Parameters
- count
- Int32
- samplers
- UInt32*
- Attributes
Applies to
DeleteSamplers(Int32, Int32*)
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glDeleteSamplers", Version="3.0")]
[System.CLSCompliant(false)]
public static void DeleteSamplers (int count, int* samplers);
static member DeleteSamplers : int * nativeptr<int> -> unit
Parameters
- count
- Int32
- samplers
- Int32*
- Attributes