MatrixStack.loadIdentity

class MatrixStack(int R, T)
pure nothrow @trusted @nogc
void
loadIdentity
()
if (
R == 3 ||
R == 4
)

Meta