I add directx 9 support on DQuick and as some of renderer objects are declared as struct, it seems it can make them derives from an interface.

Need I use final class instead to avoid virtual methods?

PS: I am not planning to support run-time switch between OpenGL and directX renderers.

Reply via email to