viewport.d 144 B

123456789
  1. module three.viewport;
  2. struct Viewport {
  3. void construct() pure @safe nothrow @nogc {
  4. }
  5. void destruct() pure @safe nothrow @nogc {
  6. }
  7. }