[][src]Trait dxplr::d3d11::ICommandList

pub trait ICommandList: IDeviceChild {
    fn get_context_flags(&self) -> u32;
}

Required methods

fn get_context_flags(&self) -> u32

Loading content...

Implementors

impl ICommandList for CommandList[src]

Loading content...