Pica: Improve accuracy of immediate-mode support
This partially fixes Etrian Odyssey IV.
This commit is contained in:
parent
0c447e0a06
commit
81004211dd
5 changed files with 56 additions and 29 deletions
|
@ -20,7 +20,7 @@ struct PrimitiveAssembler {
|
|||
VertexType& v1,
|
||||
VertexType& v2)>;
|
||||
|
||||
PrimitiveAssembler(Regs::TriangleTopology topology);
|
||||
PrimitiveAssembler(Regs::TriangleTopology topology = Regs::TriangleTopology::List);
|
||||
|
||||
/*
|
||||
* Queues a vertex, builds primitives from the vertex queue according to the given
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue