we
    Preparing search index...

    Interface light_DepthTextureAndMVP

    每个light的MVP和texture,一一对应

    interface light_DepthTextureAndMVP {
        depthTexture: GPUTexture;
        matrix: light_shadowMapMatrix;
    }
    Index

    Properties

    Properties

    depthTexture: GPUTexture