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