[][src]Type Definition d3d12::CommandQueue

type CommandQueue = WeakPtr<ID3D12CommandQueue>;

Methods

impl CommandQueue[src]

pub fn execute_command_lists(&self, command_lists: &[CommandList])[src]

pub fn signal(&self, fence: Fence, value: u64) -> HRESULT[src]