[D3D12] D3D12Context initialization

This commit is contained in:
Triang3l
2018-07-19 12:48:11 +03:00
parent 03682e81d1
commit d7701ae86b
6 changed files with 245 additions and 4 deletions

View File

@@ -21,8 +21,8 @@ namespace d3d12 {
class D3D12CommandProcessor : public CommandProcessor {
public:
D3D12CommandProcessor(D3D12GraphicsSystem* graphics_system,
kernel::KernelState* kernel_state);
explicit D3D12CommandProcessor(D3D12GraphicsSystem* graphics_system,
kernel::KernelState* kernel_state);
~D3D12CommandProcessor();
private: