다음을 통해 공유


GL.Ext.ProgramParameter 메서드

정의

오버로드

ProgramParameter(Int32, All, Int32)

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glProgramParameteriEXT", Version="3.0")]
public static void ProgramParameter(int program, OpenTK.Graphics.ES30.All pname, int value);
static member ProgramParameter : int * OpenTK.Graphics.ES30.All * int -> unit

매개 변수

program
Int32
pname
All
value
Int32
특성

적용 대상

ProgramParameter(UInt32, All, Int32)

중요

이 API는 CLS 규격이 아닙니다.

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glProgramParameteriEXT", Version="3.0")]
[System.CLSCompliant(false)]
public static void ProgramParameter(uint program, OpenTK.Graphics.ES30.All pname, int value);
static member ProgramParameter : uint32 * OpenTK.Graphics.ES30.All * int -> unit

매개 변수

program
UInt32
pname
All
value
Int32
특성

적용 대상