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