kokomi.js
    Preparing search index...

    Interface DoubleFBOConfig

    interface DoubleFBOConfig {
        depth: boolean;
        height: number;
        options: RenderTargetOptions;
        samples: number;
        width: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    depth: boolean
    height: number
    options: RenderTargetOptions
    samples: number
    width: number