Add RenderDriver::create_device()

This commit is contained in:
2025-03-16 00:15:24 +10:00
parent f979b782cc
commit ee2637cd36
3 changed files with 144 additions and 4 deletions

View File

@@ -21,5 +21,6 @@ namespace Nova {
[[nodiscard]] virtual u32 get_device_count() const = 0;
[[nodiscard]] virtual const RenderDevice& get_device(u32 index) const = 0;
virtual void create_device(u32 index) = 0;
};
} // namespace Nova