interface RenderResult {
    visible: IndexedPixelData;
    priority: IndexedPixelData;
    control: IndexedPixelData;
    tBuffer: Uint32Array;
}

Properties

tBuffer: Uint32Array