Shader.hasParam

Returns true if the shader has this param defined as a uniform in its code. Note: param must match the name of the uniform in the code exactly.

struct Shader
@nogc nothrow const
bool
hasParam
(
in String name
)

Meta