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