Condividi tramite


GL.IsShader Metodo

Definizione

Overload

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

Parametri

shader
Int32

Restituisce

Attributi

Si applica a

IsShader(UInt32)

Importante

Questa API non è conforme a CLS.

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glIsShader", Version="2.0")]
[System.CLSCompliant(false)]
public static bool IsShader (uint shader);
static member IsShader : uint32 -> bool

Parametri

shader
UInt32

Restituisce

Attributi

Si applica a