Compartir a través de


GL.PointParameter Método

Definición

Sobrecargas

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

Parámetros

pname
All
param
Single
Atributos

Se aplica a

PointParameter(All, Single*)

Importante

Esta API no es conforme a CLS.

[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

Parámetros

pname
All
params
Single*
Atributos

Se aplica a

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

Parámetros

pname
All
params
Single[]
Atributos

Se aplica a