[Phi] adding image management and image/buffer copy commands
Mirror Gitea refs to GitHub / mirror (push) Successful in 18s
Build / build (push) Failing after 59s
Test / build_and_test (push) Failing after 1m6s

This commit is contained in:
2026-08-19 00:01:17 +02:00
parent e98907df8e
commit 51147a1eaf
12 changed files with 1045 additions and 99 deletions
+9
View File
@@ -0,0 +1,9 @@
#ifndef APE_PHI_IMAGE_H
#define APE_PHI_IMAGE_H
#include <CommandBuffer.h>
int IsImageCommand(const PhiCmdHeader* header);
PhiStatus ExecuteImageCommand(PhiCommandReader* reader, const PhiCmdHeader* header);
#endif