Prepare more GPU stuff

This commit is contained in:
Jaby
2022-09-07 19:34:02 +02:00
committed by Jaby
parent cb4f5bd084
commit a91f6966c1
3 changed files with 13 additions and 49 deletions

View File

@@ -0,0 +1,13 @@
#ifndef __JABYENGINE_GPU_IO_HPP__
#define __JABYENGINE_GPU_IO_HPP__
#include "IOPort.hpp"
namespace GPU {
namespace Port {
struct __no_align Command : public ComplexBitMap<uint32_t> {
};
}
}
#endif //!__JABYENGINE_GPU_IO_HPP__