GL.Fogx Method

Definition

Overloads

Fogx(All, Int32[])
Fogx(All, Int32*)
Fogx(All, Int32)

Fogx(All, Int32[])

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glFogxv", Version="1.1")]
public static void Fogx (OpenTK.Graphics.ES11.All pname, int[] params);
static member Fogx : OpenTK.Graphics.ES11.All * int[] -> unit

Parameters

pname
All
params
Int32[]
Attributes

Applies to

Fogx(All, Int32*)

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glFogxv", Version="1.1")]
[System.CLSCompliant(false)]
public static void Fogx (OpenTK.Graphics.ES11.All pname, int* params);
static member Fogx : OpenTK.Graphics.ES11.All * nativeptr<int> -> unit

Parameters

pname
All
params
Int32*
Attributes

Applies to

Fogx(All, Int32)

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glFogx", Version="1.1")]
public static void Fogx (OpenTK.Graphics.ES11.All pname, int param);
static member Fogx : OpenTK.Graphics.ES11.All * int -> unit

Parameters

pname
All
param
Int32
Attributes

Applies to