video_core/command_processor: attempt accelerate draw in draw trigger
This commit is contained in:
parent
9b448a0739
commit
ede0d15fec
2 changed files with 34 additions and 6 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue