video_core/command_processor: attempt accelerate draw in draw trigger

This commit is contained in:
wwylele
2018-05-14 10:17:36 +03:00
parent 9b448a0739
commit ede0d15fec
2 changed files with 34 additions and 6 deletions
+2 -2
View File
@@ -46,12 +46,12 @@ struct PrimitiveAssembler {
void Reconfigure(PipelineRegs::TriangleTopology topology);
/**
* Is our internal state empty?
* Returns whether the PrimitiveAssembler has an empty internal buffer.
*/
bool IsEmpty() const;
/**
* What is our triangle topology?
* Returns the current topology.
*/
PipelineRegs::TriangleTopology GetTopology() const;