we
    Preparing search index...

    Interface light_shadowMapMatrix

    对应system.wgsl中的结构 ST_shadowMapMatrix

    interface light_shadowMapMatrix {
        light_id: number;
        matrix_count: number;
        matrix_self_index: number;
        MVP: Float32Array;
    }
    Index

    Properties

    light_id: number
    matrix_count: number
    matrix_self_index: number
    MVP: Float32Array