Pica/PrimitiveAssembly: Implement triangle strips.

This commit is contained in:
Tony Wasserka 2014-12-07 00:26:48 +01:00
parent 346012f29e
commit cd322e328e
2 changed files with 16 additions and 8 deletions

View file

@ -37,6 +37,7 @@ private:
int buffer_index;
VertexType buffer[2];
bool strip_ready = false;
};