postprocessing - v7.0.0-beta.16
    Preparing search index...

    Interface GBufferTextureConfig

    A G-Buffer texture configuration.

    interface GBufferTextureConfig {
        format: PixelFormat;
        internalFormat?: PixelFormatGPU;
        isColorBuffer?: boolean;
        magFilter: MagnificationTextureFilter;
        minFilter: MinificationTextureFilter;
        type: TextureDataType;
    }
    Index

    Properties

    format: PixelFormat

    The pixel format.

    internalFormat?: PixelFormatGPU

    The internal pixel format.

    isColorBuffer?: boolean

    Indicates whether the texture stores color values.

    The texture magnification filter.

    The texture minification filter.

    The texture data type.