we
    Preparing search index...

    Interface renderCommands

    不透明渲染的队列类型

    interface renderCommands {
        color: commmandType[];
        depth: commmandType[];
        forward: commmandType[];
    }
    Index

    Properties

    Properties

    color: commmandType[]

    20250501未使用, 延迟渲染的shader合并后的渲染队列,

    depth: commmandType[]

    单像素延迟渲染的深度渲染

    forward: commmandType[]

    前向渲染