Enum gfx_renderdoc::RenderDoc[][src]

pub enum RenderDoc {
    Available {
        api: RenderDocApi,
    },
    NotAvailable {
        reason: String,
    },
}
Expand description

RenderDoc API type

Variants

Available

RenderDoc functionality is available

Show fields

Fields of Available

api: RenderDocApi

RenderDoc API with function pointers

NotAvailable

RenderDoc functionality is not available

Show fields

Fields of NotAvailable

reason: String

A description why renderdoc functionality is not available

Implementations

Start a RenderDoc frame capture

End a RenderDoc frame capture

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.