VideoCommon: allow backends to set the buffer pointer as they want to

This commit is contained in:
degasus
2014-01-23 13:11:38 +01:00
parent 128fcdac26
commit 52feed04db
2 changed files with 15 additions and 12 deletions

View File

@ -59,10 +59,10 @@ protected:
static PrimitiveType current_primitive_type;
private:
bool IsFlushed() const;
virtual void ResetBuffer(u32 stride);
void ResetBuffer();
private:
static bool IsFlushed;
//virtual void Draw(u32 stride, bool alphapass) = 0;
// temp