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

In This Topic
    GetUniformLocation(String) Method
    In This Topic
    Gets the location of a uniform shader variable.
    Syntax
    'Declaration
     
    Public Overloads Function GetUniformLocation( _
       ByVal uniformName As String _
    ) As Integer
    public int GetUniformLocation( 
       string uniformName
    )

    Parameters

    uniformName
    the uniform variable name

    Return Value

    The location of the uniform variable.
    See Also