MatrixStack.pop

Replacement for glPopMatrix.

class MatrixStack(F, size_t depth = 32)
void
pop
@safe pure nothrow @nogc
(
)
if (
depth > 0 &&
(
is(F == float) ||
is(F == double)
)
)

Meta