다음을 통해 공유


GL.PointParameter 메서드

정의

오버로드

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

매개 변수

pname
All
param
Single
특성

적용 대상

PointParameter(All, Single*)

중요

이 API는 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

매개 변수

pname
All
params
Single*
특성

적용 대상

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

매개 변수

pname
All
params
Single[]
특성

적용 대상