Renderer: Remake backend selection

This commit is contained in:
Lynix
2020-05-23 22:07:22 +02:00
parent 6ffbfd9941
commit 8fa456bdf5
6 changed files with 34 additions and 43 deletions

View File

@@ -38,8 +38,6 @@ namespace Nz
virtual std::shared_ptr<RenderDevice> InstanciateRenderDevice(std::size_t deviceIndex) = 0;
virtual bool IsBetterThan(const RendererImpl* other) const = 0;
virtual RenderAPI QueryAPI() const = 0;
virtual std::string QueryAPIString() const = 0;
virtual UInt32 QueryAPIVersion() const = 0;