[GPU] Make Processor optional for GraphicsSystem setup

This commit is contained in:
Triang3l
2022-07-05 21:21:22 +03:00
parent bdfd410b13
commit fd03d886e9
9 changed files with 18 additions and 13 deletions

View File

@@ -29,7 +29,8 @@ class D3D12GraphicsSystem : public GraphicsSystem {
std::string name() const override;
X_STATUS Setup(cpu::Processor* processor, kernel::KernelState* kernel_state,
X_STATUS Setup(Memory* memory, cpu::Processor* processor,
kernel::KernelState* kernel_state,
ui::WindowedAppContext* app_context,
bool is_surface_required) override;