we
    Preparing search index...

    Interface I_GBufferStruct

    GBuffer的组成描述

    interface I_GBufferStruct {
        format: GPUTextureFormat;
        label: string;
        uniformType?: string;
        usage: number;
    }
    Index

    Properties

    format: GPUTextureFormat
    label: string
    uniformType?: string
    usage: number