@equinor/videx-3d
    Preparing search index...

    Interface OitCapableMaterial

    A material that can participate in the OITRenderPass hybrid pipeline. Implemented by library materials (via attachOitVariants) and by patched stock / user materials (via makeOitCompatible).

    interface OitCapableMaterial {
        getOitUniforms(): OitUniforms;
        getOitVariants(): OitVariants;
    }
    Index

    Methods