GL.Ext.ProgramUniform4 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
ProgramUniform4(UInt32, Int32, Int32, Single[])
重要
此 API 不符合 CLS 規範。
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glProgramUniform4fvEXT", Version="3.0")]
[System.CLSCompliant(false)]
public static void ProgramUniform4(uint program, int location, int count, float[] value);
static member ProgramUniform4 : uint32 * int * int * single[] -> unit
參數
- program
- UInt32
- location
- Int32
- count
- Int32
- value
- Single[]
- 屬性
適用於
ProgramUniform4(UInt32, Int32, UInt32, UInt32, UInt32, UInt32)
重要
此 API 不符合 CLS 規範。
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glProgramUniform4uiEXT", Version="3.0")]
[System.CLSCompliant(false)]
public static void ProgramUniform4(uint program, int location, uint x, uint y, uint z, uint w);
static member ProgramUniform4 : uint32 * int * uint32 * uint32 * uint32 * uint32 -> unit
參數
- program
- UInt32
- location
- Int32
- x
- UInt32
- y
- UInt32
- z
- UInt32
- w
- UInt32
- 屬性
適用於
ProgramUniform4(UInt32, Int32, Single, Single, Single, Single)
重要
此 API 不符合 CLS 規範。
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glProgramUniform4fEXT", Version="3.0")]
[System.CLSCompliant(false)]
public static void ProgramUniform4(uint program, int location, float x, float y, float z, float w);
static member ProgramUniform4 : uint32 * int * single * single * single * single -> unit
參數
- program
- UInt32
- location
- Int32
- x
- Single
- y
- Single
- z
- Single
- w
- Single
- 屬性
適用於
ProgramUniform4(UInt32, Int32, Int32, Int32, Int32, Int32)
重要
此 API 不符合 CLS 規範。
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glProgramUniform4iEXT", Version="3.0")]
[System.CLSCompliant(false)]
public static void ProgramUniform4(uint program, int location, int x, int y, int z, int w);
static member ProgramUniform4 : uint32 * int * int * int * int * int -> unit
參數
- program
- UInt32
- location
- Int32
- x
- Int32
- y
- Int32
- z
- Int32
- w
- Int32
- 屬性
適用於
ProgramUniform4(Int32, Int32, Single, Single, Single, Single)
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glProgramUniform4fEXT", Version="3.0")]
public static void ProgramUniform4(int program, int location, float x, float y, float z, float w);
static member ProgramUniform4 : int * int * single * single * single * single -> unit
參數
- program
- Int32
- location
- Int32
- x
- Single
- y
- Single
- z
- Single
- w
- Single
- 屬性
適用於
ProgramUniform4(Int32, Int32, Int32, Int32, Int32, Int32)
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glProgramUniform4iEXT", Version="3.0")]
public static void ProgramUniform4(int program, int location, int x, int y, int z, int w);
static member ProgramUniform4 : int * int * int * int * int * int -> unit
參數
- program
- Int32
- location
- Int32
- x
- Int32
- y
- Int32
- z
- Int32
- w
- Int32
- 屬性
適用於
ProgramUniform4(UInt32, Int32, Int32, UInt32[])
重要
此 API 不符合 CLS 規範。
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glProgramUniform4uivEXT", Version="3.0")]
[System.CLSCompliant(false)]
public static void ProgramUniform4(uint program, int location, int count, uint[] value);
static member ProgramUniform4 : uint32 * int * int * uint32[] -> unit
參數
- program
- UInt32
- location
- Int32
- count
- Int32
- value
- UInt32[]
- 屬性
適用於
ProgramUniform4(UInt32, Int32, Int32, UInt32*)
重要
此 API 不符合 CLS 規範。
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glProgramUniform4uivEXT", Version="3.0")]
[System.CLSCompliant(false)]
public static void ProgramUniform4(uint program, int location, int count, uint* value);
static member ProgramUniform4 : uint32 * int * int * nativeptr<uint32> -> unit
參數
- program
- UInt32
- location
- Int32
- count
- Int32
- value
- UInt32*
- 屬性
適用於
ProgramUniform4(UInt32, Int32, Int32, Single*)
重要
此 API 不符合 CLS 規範。
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glProgramUniform4fvEXT", Version="3.0")]
[System.CLSCompliant(false)]
public static void ProgramUniform4(uint program, int location, int count, float* value);
static member ProgramUniform4 : uint32 * int * int * nativeptr<single> -> unit
參數
- program
- UInt32
- location
- Int32
- count
- Int32
- value
- Single*
- 屬性
適用於
ProgramUniform4(UInt32, Int32, Int32, UInt32)
重要
此 API 不符合 CLS 規範。
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glProgramUniform4uivEXT", Version="3.0")]
[System.CLSCompliant(false)]
public static void ProgramUniform4(uint program, int location, int count, ref uint value);
static member ProgramUniform4 : uint32 * int * int * -> unit
參數
- program
- UInt32
- location
- Int32
- count
- Int32
- value
- UInt32
- 屬性
適用於
ProgramUniform4(UInt32, Int32, Int32, Int32[])
重要
此 API 不符合 CLS 規範。
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glProgramUniform4ivEXT", Version="3.0")]
[System.CLSCompliant(false)]
public static void ProgramUniform4(uint program, int location, int count, int[] value);
static member ProgramUniform4 : uint32 * int * int * int[] -> unit
參數
- program
- UInt32
- location
- Int32
- count
- Int32
- value
- Int32[]
- 屬性
適用於
ProgramUniform4(UInt32, Int32, Int32, Int32*)
重要
此 API 不符合 CLS 規範。
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glProgramUniform4ivEXT", Version="3.0")]
[System.CLSCompliant(false)]
public static void ProgramUniform4(uint program, int location, int count, int* value);
static member ProgramUniform4 : uint32 * int * int * nativeptr<int> -> unit
參數
- program
- UInt32
- location
- Int32
- count
- Int32
- value
- Int32*
- 屬性
適用於
ProgramUniform4(UInt32, Int32, Int32, Int32)
重要
此 API 不符合 CLS 規範。
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glProgramUniform4ivEXT", Version="3.0")]
[System.CLSCompliant(false)]
public static void ProgramUniform4(uint program, int location, int count, ref int value);
static member ProgramUniform4 : uint32 * int * int * -> unit
參數
- program
- UInt32
- location
- Int32
- count
- Int32
- value
- Int32
- 屬性
適用於
ProgramUniform4(Int32, Int32, Int32, Single[])
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glProgramUniform4fvEXT", Version="3.0")]
public static void ProgramUniform4(int program, int location, int count, float[] value);
static member ProgramUniform4 : int * int * int * single[] -> unit
參數
- program
- Int32
- location
- Int32
- count
- Int32
- value
- Single[]
- 屬性
適用於
ProgramUniform4(Int32, Int32, Int32, Single*)
重要
此 API 不符合 CLS 規範。
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glProgramUniform4fvEXT", Version="3.0")]
[System.CLSCompliant(false)]
public static void ProgramUniform4(int program, int location, int count, float* value);
static member ProgramUniform4 : int * int * int * nativeptr<single> -> unit
參數
- program
- Int32
- location
- Int32
- count
- Int32
- value
- Single*
- 屬性
適用於
ProgramUniform4(Int32, Int32, Int32, Single)
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glProgramUniform4fvEXT", Version="3.0")]
public static void ProgramUniform4(int program, int location, int count, ref float value);
static member ProgramUniform4 : int * int * int * -> unit
參數
- program
- Int32
- location
- Int32
- count
- Int32
- value
- Single
- 屬性
適用於
ProgramUniform4(Int32, Int32, Int32, Int32[])
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glProgramUniform4ivEXT", Version="3.0")]
public static void ProgramUniform4(int program, int location, int count, int[] value);
static member ProgramUniform4 : int * int * int * int[] -> unit
參數
- program
- Int32
- location
- Int32
- count
- Int32
- value
- Int32[]
- 屬性
適用於
ProgramUniform4(Int32, Int32, Int32, Int32*)
重要
此 API 不符合 CLS 規範。
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glProgramUniform4ivEXT", Version="3.0")]
[System.CLSCompliant(false)]
public static void ProgramUniform4(int program, int location, int count, int* value);
static member ProgramUniform4 : int * int * int * nativeptr<int> -> unit
參數
- program
- Int32
- location
- Int32
- count
- Int32
- value
- Int32*
- 屬性
適用於
ProgramUniform4(Int32, Int32, Int32, Int32)
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glProgramUniform4ivEXT", Version="3.0")]
public static void ProgramUniform4(int program, int location, int count, ref int value);
static member ProgramUniform4 : int * int * int * -> unit
參數
- program
- Int32
- location
- Int32
- count
- Int32
- value
- Int32
- 屬性
適用於
ProgramUniform4(UInt32, Int32, Int32, Single)
重要
此 API 不符合 CLS 規範。
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glProgramUniform4fvEXT", Version="3.0")]
[System.CLSCompliant(false)]
public static void ProgramUniform4(uint program, int location, int count, ref float value);
static member ProgramUniform4 : uint32 * int * int * -> unit
參數
- program
- UInt32
- location
- Int32
- count
- Int32
- value
- Single
- 屬性