[Phi] fixing name consistency

This commit is contained in:
2026-08-18 18:21:52 +02:00
parent 8360d8edfe
commit e98907df8e
18 changed files with 114 additions and 79 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
#include <CommandBuffer.h>
int PhiIsBufferCommand(const PhiCmdHeader* header);
PhiStatus PhiExecuteBufferCommand(PhiCommandReader* reader, const PhiCmdHeader* header);
int IsBufferCommand(const PhiCmdHeader* header);
PhiStatus ExecuteBufferCommand(PhiCommandReader* reader, const PhiCmdHeader* header);
#endif