fix struct API with an interface

Flamaros flamaros.xavier at gmail.com
Thu Mar 6 05:26:26 PST 2014


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.


More information about the Digitalmars-d-learn mailing list