Interface GBufferUpdater

interface GBufferUpdater {
    updateGBufferFlags: ((data, context) => void);
}

Implemented by

Properties

updateGBufferFlags: ((data, context) => void)

Type declaration

Generated using TypeDoc