Trait renderdoc::api::RenderDocV111[][src]

pub trait RenderDocV111: RenderDocV110 {
    unsafe fn entry_v111(&self) -> &EntryV111;

    fn is_target_control_connected(&self) -> bool { ... }
}

Additional features for API version 1.1.1.

Required Methods

Returns the raw EntryV110 entry point struct.

Provided Methods

Implementors