Trait renderdoc::Version[][src]

pub trait Version {
    const VERSION: VersionCode;
    fn load() -> Result<*mut Entry, Error> { ... }
}

Entry point into the RenderDoc API.

Associated Constants

const VERSION: VersionCode[src]

Minimum compatible version number.

Loading content...

Provided methods

fn load() -> Result<*mut Entry, Error>[src]

Initializes a new instance of the RenderDoc API.

Safety

This function is not thread-safe and should not be called on multiple threads at once.

Loading content...

Implementors

impl Version for V100[src]

impl Version for V110[src]

impl Version for V111[src]

impl Version for V112[src]

impl Version for V120[src]

impl Version for V130[src]

impl Version for V140[src]

impl Version for V141[src]

Loading content...