ngfx::D3DCommandList
Inherits from ngfx::CommandBuffer
Public Functions
Name | |
---|---|
void | create(ID3D12Device * device, D3D12_COMMAND_LIST_TYPE type =D3D12_COMMAND_LIST_TYPE_DIRECT) |
virtual | ~D3DCommandList() |
virtual void | begin() override |
virtual void | end() override |
Public Attributes
Name | |
---|---|
ComPtr< ID3D12GraphicsCommandList > | v |
Additional inherited members
Public Functions inherited from ngfx::CommandBuffer
Name | |
---|---|
virtual | ~CommandBuffer() |
Public Functions Documentation
function create
void create(
ID3D12Device * device,
D3D12_COMMAND_LIST_TYPE type =D3D12_COMMAND_LIST_TYPE_DIRECT
)
function ~D3DCommandList
inline virtual ~D3DCommandList()
function begin
virtual void begin() override
Reimplements: ngfx::CommandBuffer::begin
Begin recording
function end
virtual void end() override
Reimplements: ngfx::CommandBuffer::end
End recording
Public Attributes Documentation
variable v
ComPtr< ID3D12GraphicsCommandList > v;
Updated on 3 April 2021 at 20:21:51 PDT