mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-09-02 17:36:30 -05:00
GPU: Added boilerplate code for the Fermi2D engine
This commit is contained in:
@@ -12,7 +12,7 @@ namespace Tegra {
|
||||
GPU::GPU() {
|
||||
memory_manager = std::make_unique<MemoryManager>();
|
||||
maxwell_3d = std::make_unique<Engines::Maxwell3D>(*memory_manager);
|
||||
fermi_2d = std::make_unique<Engines::Fermi2D>();
|
||||
fermi_2d = std::make_unique<Engines::Fermi2D>(*memory_manager);
|
||||
maxwell_compute = std::make_unique<Engines::MaxwellCompute>();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user