MCPcopy Create free account
hub / github.com/crosire/reshade / D3D12GraphicsCommandList

Method D3D12GraphicsCommandList

source/d3d12/d3d12_command_list.cpp:16–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14using reshade::d3d12::to_handle;
15
16D3D12GraphicsCommandList::D3D12GraphicsCommandList(D3D12Device *device, ID3D12GraphicsCommandList *original) :
17 command_list_impl(device, original),
18 _device(device)
19{
20 assert(_orig != nullptr && _device != nullptr);
21
22#if RESHADE_ADDON
23 reshade::invoke_addon_event<reshade::addon_event::init_command_list>(this);
24#endif
25}
26D3D12GraphicsCommandList::~D3D12GraphicsCommandList()
27{
28#if RESHADE_ADDON

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected