Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / GLShader Class / GetAttribLocation Method / GetAttribLocation(String) Method
the attribute variable name

In This Topic
    GetAttribLocation(String) Method
    In This Topic
    Gets the location of an attribute shader variable.
    Syntax
    'Declaration
     
    Public Overloads Function GetAttribLocation( _
       ByVal name As String _
    ) As Integer
    public int GetAttribLocation( 
       string name
    )

    Parameters

    name
    the attribute variable name

    Return Value

    The location of the attribute variable.
    See Also