GL.GetActiveAttrib 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
GetActiveAttrib(UInt32, UInt32, Int32, Int32*, Int32*, ActiveAttribType*, StringBuilder)
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetActiveAttrib", Version="3.0")]
[System.CLSCompliant(false)]
public static void GetActiveAttrib (uint program, uint index, int bufsize, int* length, int* size, OpenTK.Graphics.ES30.ActiveAttribType* type, System.Text.StringBuilder name);
static member GetActiveAttrib : uint32 * uint32 * int * nativeptr<int> * nativeptr<int> * nativeptr<OpenTK.Graphics.ES30.ActiveAttribType> * System.Text.StringBuilder -> unit
Parameters
- program
- UInt32
- index
- UInt32
- bufsize
- Int32
- length
- Int32*
- size
- Int32*
- type
- ActiveAttribType*
- name
- StringBuilder
- Attributes
Applies to
GetActiveAttrib(Int32, Int32, Int32, ActiveAttribType)
public static string GetActiveAttrib (int program, int index, out int size, out OpenTK.Graphics.ES30.ActiveAttribType type);
static member GetActiveAttrib : int * int * * -> string
Parameters
- program
- Int32
- index
- Int32
- size
- Int32
- type
- ActiveAttribType
Returns
Applies to
GetActiveAttrib(Int32, Int32, Int32, Int32, Int32, ActiveAttribType, StringBuilder)
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetActiveAttrib", Version="3.0")]
public static void GetActiveAttrib (int program, int index, int bufsize, out int length, out int size, out OpenTK.Graphics.ES30.ActiveAttribType type, System.Text.StringBuilder name);
static member GetActiveAttrib : int * int * int * * * * System.Text.StringBuilder -> unit
Parameters
- program
- Int32
- index
- Int32
- bufsize
- Int32
- length
- Int32
- size
- Int32
- type
- ActiveAttribType
- name
- StringBuilder
- Attributes
Applies to
GetActiveAttrib(Int32, Int32, Int32, Int32*, Int32*, ActiveAttribType*, StringBuilder)
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetActiveAttrib", Version="3.0")]
[System.CLSCompliant(false)]
public static void GetActiveAttrib (int program, int index, int bufsize, int* length, int* size, OpenTK.Graphics.ES30.ActiveAttribType* type, System.Text.StringBuilder name);
static member GetActiveAttrib : int * int * int * nativeptr<int> * nativeptr<int> * nativeptr<OpenTK.Graphics.ES30.ActiveAttribType> * System.Text.StringBuilder -> unit
Parameters
- program
- Int32
- index
- Int32
- bufsize
- Int32
- length
- Int32*
- size
- Int32*
- type
- ActiveAttribType*
- name
- StringBuilder
- Attributes
Applies to
GetActiveAttrib(Int32, Int32, Int32, Int32[], Int32[], ActiveAttribType[], StringBuilder)
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetActiveAttrib", Version="3.0")]
public static void GetActiveAttrib (int program, int index, int bufsize, int[] length, int[] size, OpenTK.Graphics.ES30.ActiveAttribType[] type, System.Text.StringBuilder name);
static member GetActiveAttrib : int * int * int * int[] * int[] * OpenTK.Graphics.ES30.ActiveAttribType[] * System.Text.StringBuilder -> unit
Parameters
- program
- Int32
- index
- Int32
- bufsize
- Int32
- length
- Int32[]
- size
- Int32[]
- type
- ActiveAttribType[]
- name
- StringBuilder
- Attributes
Applies to
GetActiveAttrib(UInt32, UInt32, Int32, Int32, Int32, ActiveAttribType, StringBuilder)
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetActiveAttrib", Version="3.0")]
[System.CLSCompliant(false)]
public static void GetActiveAttrib (uint program, uint index, int bufsize, out int length, out int size, out OpenTK.Graphics.ES30.ActiveAttribType type, System.Text.StringBuilder name);
static member GetActiveAttrib : uint32 * uint32 * int * * * * System.Text.StringBuilder -> unit
Parameters
- program
- UInt32
- index
- UInt32
- bufsize
- Int32
- length
- Int32
- size
- Int32
- type
- ActiveAttribType
- name
- StringBuilder
- Attributes
Applies to
GetActiveAttrib(UInt32, UInt32, Int32, Int32[], Int32[], ActiveAttribType[], StringBuilder)
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetActiveAttrib", Version="3.0")]
[System.CLSCompliant(false)]
public static void GetActiveAttrib (uint program, uint index, int bufsize, int[] length, int[] size, OpenTK.Graphics.ES30.ActiveAttribType[] type, System.Text.StringBuilder name);
static member GetActiveAttrib : uint32 * uint32 * int * int[] * int[] * OpenTK.Graphics.ES30.ActiveAttribType[] * System.Text.StringBuilder -> unit
Parameters
- program
- UInt32
- index
- UInt32
- bufsize
- Int32
- length
- Int32[]
- size
- Int32[]
- type
- ActiveAttribType[]
- name
- StringBuilder
- Attributes