Trait renderdoc::api::RenderDocV120[][src]

pub trait RenderDocV120: RenderDocV112 {
    unsafe fn entry_v120(&self) -> &EntryV120;

    fn set_capture_file_comments<P, C>(&self, path: P, comments: C)
    where
        P: Into<Option<&'static str>>,
        C: AsRef<str>
, { ... } }

Additional features for API version 1.2.0.

Required Methods

Returns the raw EntryV110 entry point struct.

Provided Methods

Implementors