GL.IsShader Method

Definition

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

Applies to