mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 20:37:58 -05:00
Pica/PrimitiveAssembly: Implement triangle strips.
This commit is contained in:
@ -37,6 +37,7 @@ private:
|
||||
|
||||
int buffer_index;
|
||||
VertexType buffer[2];
|
||||
bool strip_ready = false;
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user