GL.GetAttachedShaders メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GetAttachedShaders(UInt32, Int32, Int32[], UInt32[])
重要
この API は CLS 準拠ではありません。
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetAttachedShaders", Version="3.0")]
[System.CLSCompliant(false)]
public static void GetAttachedShaders (uint program, int maxcount, int[] count, uint[] shaders);
static member GetAttachedShaders : uint32 * int * int[] * uint32[] -> unit
パラメーター
- program
- UInt32
- maxcount
- Int32
- count
- Int32[]
- shaders
- UInt32[]
- 属性
適用対象
GetAttachedShaders(UInt32, Int32, Int32, UInt32)
重要
この API は CLS 準拠ではありません。
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetAttachedShaders", Version="3.0")]
[System.CLSCompliant(false)]
public static void GetAttachedShaders (uint program, int maxcount, out int count, out uint shaders);
static member GetAttachedShaders : uint32 * int * * -> unit
パラメーター
- program
- UInt32
- maxcount
- Int32
- count
- Int32
- shaders
- UInt32
- 属性
適用対象
GetAttachedShaders(UInt32, Int32, Int32*, UInt32*)
重要
この API は CLS 準拠ではありません。
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetAttachedShaders", Version="3.0")]
[System.CLSCompliant(false)]
public static void GetAttachedShaders (uint program, int maxcount, int* count, uint* shaders);
static member GetAttachedShaders : uint32 * int * nativeptr<int> * nativeptr<uint32> -> unit
パラメーター
- program
- UInt32
- maxcount
- Int32
- count
- Int32*
- shaders
- UInt32*
- 属性
適用対象
GetAttachedShaders(Int32, Int32, Int32*, Int32*)
重要
この API は CLS 準拠ではありません。
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetAttachedShaders", Version="3.0")]
[System.CLSCompliant(false)]
public static void GetAttachedShaders (int program, int maxcount, int* count, int* shaders);
static member GetAttachedShaders : int * int * nativeptr<int> * nativeptr<int> -> unit
パラメーター
- program
- Int32
- maxcount
- Int32
- count
- Int32*
- shaders
- Int32*
- 属性
適用対象
GetAttachedShaders(Int32, Int32, Int32, Int32)
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetAttachedShaders", Version="3.0")]
public static void GetAttachedShaders (int program, int maxcount, out int count, out int shaders);
static member GetAttachedShaders : int * int * * -> unit
パラメーター
- program
- Int32
- maxcount
- Int32
- count
- Int32
- shaders
- Int32
- 属性
適用対象
GetAttachedShaders(Int32, Int32, Int32[], Int32[])
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetAttachedShaders", Version="3.0")]
public static void GetAttachedShaders (int program, int maxcount, int[] count, int[] shaders);
static member GetAttachedShaders : int * int * int[] * int[] -> unit
パラメーター
- program
- Int32
- maxcount
- Int32
- count
- Int32[]
- shaders
- Int32[]
- 属性