[][src]Trait dxplr::d3d::IInclude

pub trait IInclude {
    pub fn open(
        &self,
        include_type: IncludeType,
        filename: &str,
        parent_data: Option<*const c_void>,
        data: &mut Vec<u8>
    ) -> Result<()>; }

Required methods

pub fn open(
    &self,
    include_type: IncludeType,
    filename: &str,
    parent_data: Option<*const c_void>,
    data: &mut Vec<u8>
) -> Result<()>
[src]

Loading content...

Implementors

Loading content...