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

@ -32,7 +32,7 @@ class VertexLoader : public VertexLoaderBase
public:
VertexLoader(const TVtxDesc &vtx_desc, const VAT &vtx_attr);
int RunVertices(DataReader src, DataReader dst, int count, int primitive) override;
int RunVertices(DataReader src, DataReader dst, int count) override;
std::string GetName() const override { return "OldLoader"; }
bool IsInitialized() override { return true; } // This vertex loader supports all formats