adding base command buffer submit and some buffer commands in phi
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#ifndef APE_PHI_BUFFER_H
|
||||
#define APE_PHI_BUFFER_H
|
||||
|
||||
#include <CommandBuffer.h>
|
||||
|
||||
int PhiIsBufferCommand(const PhiCmdHeader* header);
|
||||
PhiStatus PhiExecuteBufferCommand(PhiCommandReader* reader, const PhiCmdHeader* header);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user