Luna::RG::RenderGraphResourceFlag

enum RenderGraphResourceFlag : u8
{
    output= 0x01
}

Specifies flags of one resource in one render graph.

Options

  • output

    This resource is the output of the render graph. This is used to determine passes that should be retained during culling when the render graph is being compiled.