adding base command buffer submit and some buffer commands in phi
Build / build (push) Failing after 3m12s
Test / build_and_test (push) Failing after 3m12s

This commit is contained in:
2026-07-08 00:58:30 +02:00
parent 4f89d24801
commit 23f6d70e6c
13 changed files with 456 additions and 85 deletions
+9
View File
@@ -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