Interface GBufferUpdater

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

Implemented by

Properties

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