Enum renderdoc::entry::V110[][src]

pub enum V110 {}

Requests a minimum version number of 1.1.0.

Trait Implementations

impl ApiVersion for V110
[src]

VERSION: Version = Version::V110

Minimum compatible version number.

Entry point struct.

Initializes a new instance of the RenderDoc API. Read more

Auto Trait Implementations

impl Send for V110

impl Sync for V110