Program.get_uniform_loc

Wrapper to gl_get_uniform_location

struct Program
nothrow @trusted inout
get_uniform_loc
(
string u_name
)

Return Value

Type: GLResult!int

GLResult!int with location to uniform and error information if any

Meta