Files
VulkanDriver/src/phi/mic/Image.h
T
kbz_8 51147a1eaf
Mirror Gitea refs to GitHub / mirror (push) Successful in 18s
Build / build (push) Failing after 59s
Test / build_and_test (push) Failing after 1m6s
[Phi] adding image management and image/buffer copy commands
2026-08-19 00:01:17 +02:00

10 lines
218 B
C

#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