GL.PointParameter Method

Definition

Overloads

PointParameter(All, Single)
PointParameter(All, Single*)
PointParameter(All, Single[])

PointParameter(All, Single)

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

Parameters

pname
All
param
Single
Attributes

Applies to

PointParameter(All, Single*)

Important

This API is not CLS-compliant.

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

Parameters

pname
All
params
Single*
Attributes

Applies to

PointParameter(All, Single[])

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

Parameters

pname
All
params
Single[]
Attributes

Applies to