GLUniform.isFake

Is this a "fake" uniform?

Fake uniforms are created to avoid errors when a uniform is optimized out by the driver. A fake uniform has no type and will silently do nothing without failing when set.

class GLUniform
@safe pure nothrow const @nogc
bool
isFake
()

Meta