ngfx::Queue

Inherited by ngfx::D3DCommandQueue, ngfx::VKQueue

Public Functions

Name
virtual ~Queue()
virtual void present() =0
virtual void submit(CommandBuffer * commandBuffer) =0
virtual void waitIdle() =0

Public Functions Documentation

function ~Queue

inline virtual ~Queue()

function present

virtual void present() =0

Reimplemented by: ngfx::VKQueue::present, ngfx::D3DCommandQueue::present

function submit

virtual void submit(
    CommandBuffer * commandBuffer
) =0

Reimplemented by: ngfx::VKQueue::submit, ngfx::D3DCommandQueue::submit

function waitIdle

virtual void waitIdle() =0

Reimplemented by: ngfx::VKQueue::waitIdle, ngfx::D3DCommandQueue::waitIdle


Updated on 3 April 2021 at 20:21:51 PDT