GL.GetActiveUniformBlock Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetActiveUniformBlock(UInt32, UInt32, All, Int32[])
Caution
Use the overload with strongly typed enumerations
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetActiveUniformBlockiv", Version="3.0")]
[System.CLSCompliant(false)]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetActiveUniformBlock (uint program, uint uniformBlockIndex, OpenTK.Graphics.ES30.All pname, int[] params);
static member GetActiveUniformBlock : uint32 * uint32 * OpenTK.Graphics.ES30.All * int[] -> unit
Parameters
- program
- UInt32
- uniformBlockIndex
- UInt32
- pname
- All
- params
- Int32[]
- Attributes
Applies to
GetActiveUniformBlock(UInt32, UInt32, All, Int32*)
Caution
Use the overload with strongly typed enumerations
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetActiveUniformBlockiv", Version="3.0")]
[System.CLSCompliant(false)]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetActiveUniformBlock (uint program, uint uniformBlockIndex, OpenTK.Graphics.ES30.All pname, int* params);
static member GetActiveUniformBlock : uint32 * uint32 * OpenTK.Graphics.ES30.All * nativeptr<int> -> unit
Parameters
- program
- UInt32
- uniformBlockIndex
- UInt32
- pname
- All
- params
- Int32*
- Attributes
Applies to
GetActiveUniformBlock(UInt32, UInt32, ActiveUniformBlockParameter, Int32[])
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetActiveUniformBlockiv", Version="3.0")]
[System.CLSCompliant(false)]
public static void GetActiveUniformBlock (uint program, uint uniformBlockIndex, OpenTK.Graphics.ES30.ActiveUniformBlockParameter pname, int[] params);
static member GetActiveUniformBlock : uint32 * uint32 * OpenTK.Graphics.ES30.ActiveUniformBlockParameter * int[] -> unit
Parameters
- program
- UInt32
- uniformBlockIndex
- UInt32
- params
- Int32[]
- Attributes
Applies to
GetActiveUniformBlock(UInt32, UInt32, ActiveUniformBlockParameter, Int32*)
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetActiveUniformBlockiv", Version="3.0")]
[System.CLSCompliant(false)]
public static void GetActiveUniformBlock (uint program, uint uniformBlockIndex, OpenTK.Graphics.ES30.ActiveUniformBlockParameter pname, int* params);
static member GetActiveUniformBlock : uint32 * uint32 * OpenTK.Graphics.ES30.ActiveUniformBlockParameter * nativeptr<int> -> unit
Parameters
- program
- UInt32
- uniformBlockIndex
- UInt32
- params
- Int32*
- Attributes
Applies to
GetActiveUniformBlock(UInt32, UInt32, ActiveUniformBlockParameter, Int32)
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetActiveUniformBlockiv", Version="3.0")]
[System.CLSCompliant(false)]
public static void GetActiveUniformBlock (uint program, uint uniformBlockIndex, OpenTK.Graphics.ES30.ActiveUniformBlockParameter pname, out int params);
static member GetActiveUniformBlock : uint32 * uint32 * OpenTK.Graphics.ES30.ActiveUniformBlockParameter * -> unit
Parameters
- program
- UInt32
- uniformBlockIndex
- UInt32
- params
- Int32
- Attributes
Applies to
GetActiveUniformBlock(UInt32, UInt32, All, Int32)
Caution
Use the overload with strongly typed enumerations
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetActiveUniformBlockiv", Version="3.0")]
[System.CLSCompliant(false)]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetActiveUniformBlock (uint program, uint uniformBlockIndex, OpenTK.Graphics.ES30.All pname, out int params);
static member GetActiveUniformBlock : uint32 * uint32 * OpenTK.Graphics.ES30.All * -> unit
Parameters
- program
- UInt32
- uniformBlockIndex
- UInt32
- pname
- All
- params
- Int32
- Attributes
Applies to
GetActiveUniformBlock(Int32, Int32, All, Int32*)
Caution
Use the overload with strongly typed enumerations
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetActiveUniformBlockiv", Version="3.0")]
[System.CLSCompliant(false)]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetActiveUniformBlock (int program, int uniformBlockIndex, OpenTK.Graphics.ES30.All pname, int* params);
static member GetActiveUniformBlock : int * int * OpenTK.Graphics.ES30.All * nativeptr<int> -> unit
Parameters
- program
- Int32
- uniformBlockIndex
- Int32
- pname
- All
- params
- Int32*
- Attributes
Applies to
GetActiveUniformBlock(Int32, Int32, All, Int32)
Caution
Use the overload with strongly typed enumerations
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetActiveUniformBlockiv", Version="3.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetActiveUniformBlock (int program, int uniformBlockIndex, OpenTK.Graphics.ES30.All pname, out int params);
static member GetActiveUniformBlock : int * int * OpenTK.Graphics.ES30.All * -> unit
Parameters
- program
- Int32
- uniformBlockIndex
- Int32
- pname
- All
- params
- Int32
- Attributes
Applies to
GetActiveUniformBlock(Int32, Int32, ActiveUniformBlockParameter, Int32[])
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetActiveUniformBlockiv", Version="3.0")]
public static void GetActiveUniformBlock (int program, int uniformBlockIndex, OpenTK.Graphics.ES30.ActiveUniformBlockParameter pname, int[] params);
static member GetActiveUniformBlock : int * int * OpenTK.Graphics.ES30.ActiveUniformBlockParameter * int[] -> unit
Parameters
- program
- Int32
- uniformBlockIndex
- Int32
- params
- Int32[]
- Attributes
Applies to
GetActiveUniformBlock(Int32, Int32, ActiveUniformBlockParameter, Int32*)
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetActiveUniformBlockiv", Version="3.0")]
[System.CLSCompliant(false)]
public static void GetActiveUniformBlock (int program, int uniformBlockIndex, OpenTK.Graphics.ES30.ActiveUniformBlockParameter pname, int* params);
static member GetActiveUniformBlock : int * int * OpenTK.Graphics.ES30.ActiveUniformBlockParameter * nativeptr<int> -> unit
Parameters
- program
- Int32
- uniformBlockIndex
- Int32
- params
- Int32*
- Attributes
Applies to
GetActiveUniformBlock(Int32, Int32, ActiveUniformBlockParameter, Int32)
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetActiveUniformBlockiv", Version="3.0")]
public static void GetActiveUniformBlock (int program, int uniformBlockIndex, OpenTK.Graphics.ES30.ActiveUniformBlockParameter pname, out int params);
static member GetActiveUniformBlock : int * int * OpenTK.Graphics.ES30.ActiveUniformBlockParameter * -> unit
Parameters
- program
- Int32
- uniformBlockIndex
- Int32
- params
- Int32
- Attributes
Applies to
GetActiveUniformBlock(Int32, Int32, All, Int32[])
Caution
Use the overload with strongly typed enumerations
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetActiveUniformBlockiv", Version="3.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetActiveUniformBlock (int program, int uniformBlockIndex, OpenTK.Graphics.ES30.All pname, int[] params);
static member GetActiveUniformBlock : int * int * OpenTK.Graphics.ES30.All * int[] -> unit
Parameters
- program
- Int32
- uniformBlockIndex
- Int32
- pname
- All
- params
- Int32[]
- Attributes