BBox: remove now unreachable SW bbox implementation

This commit is contained in:
degasus
2015-04-06 11:44:13 +02:00
parent acd074e291
commit 6b2a1e57e2
14 changed files with 15 additions and 161 deletions

View File

@ -74,7 +74,7 @@ public:
static VertexLoaderBase* CreateVertexLoader(const TVtxDesc &vtx_desc, const VAT &vtx_attr);
virtual ~VertexLoaderBase() {}
virtual int RunVertices(DataReader src, DataReader dst, int count, int primitive) = 0;
virtual int RunVertices(DataReader src, DataReader dst, int count) = 0;
virtual bool IsInitialized() = 0;