Interface RenderTarget

interface RenderTarget {
    dimensions: ReadonlyVec2;
}

Implemented by

Properties

Properties

dimensions: ReadonlyVec2