Enum renderdoc::entry::V111[][src]

pub enum V111 {}

Requests a minimum version number of 1.1.1.

Trait Implementations

impl ApiVersion for V111
[src]

VERSION: Version = Version::V111

Minimum compatible version number.

Entry point struct.

Initializes a new instance of the RenderDoc API. Read more

Auto Trait Implementations

impl Send for V111

impl Sync for V111