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