module three.viewport; import three.common; struct Viewport { void construct() pure @safe nothrow @nogc { } void destruct() pure @safe nothrow @nogc { } }