GL.IsSampler 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
IsSampler(Int32) | |
IsSampler(UInt32) |
IsSampler(Int32)
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glIsSampler", Version="3.0")]
public static bool IsSampler (int sampler);
static member IsSampler : int -> bool
Parameters
- sampler
- Int32
Returns
- Attributes
Applies to
IsSampler(UInt32)
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glIsSampler", Version="3.0")]
[System.CLSCompliant(false)]
public static bool IsSampler (uint sampler);
static member IsSampler : uint32 -> bool
Parameters
- sampler
- UInt32
Returns
- Attributes