Freigeben über


GL.IsProgram Methode

Definition

Überlädt

IsProgram(Int32)
IsProgram(UInt32)

IsProgram(Int32)

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glIsProgram", Version="2.0")]
public static bool IsProgram (int program);
static member IsProgram : int -> bool

Parameter

program
Int32

Gibt zurück

Attribute

Gilt für:

IsProgram(UInt32)

Wichtig

Diese API ist nicht CLS-kompatibel.

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

Parameter

program
UInt32

Gibt zurück

Attribute

Gilt für: