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

    Class GBufferConfig

    A G-Buffer configuration.

    Hierarchy

    Index

    Constructors

    Properties

    gBufferStructDeclaration: Map<string, string>

    A collection that maps G-Data to shader code that declares the G-Buffer struct.

    gBufferStructFields: Map<string, string>

    A collection that maps G-Buffer components to G-Buffer struct field names that are used in effects.

    gDataBufferSources: Map<string, Set<string>>

    A collection that describes which G-Buffer components are required for the G-Data.

    gDataDependencies: Map<string, Set<string>>

    A collection that describes G-Data interdependencies.

    gDataStructDeclaration: Map<string, string>

    A collection that maps G-Data to shader code that declares the G-Data struct.

    gDataStructInitialization: Map<string, string>

    A collection that maps G-Data to shader code that fills the respective G-Data struct field.

    textureConfigs: Map<string, GBufferTextureConfig>

    A collection that maps G-Buffer components to G-Buffer texture configurations.