Prepare more GPU stuff

This commit is contained in:
2022-09-07 19:34:02 +02:00
parent 36eef616a2
commit 9ae81fa697
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__

View File

@@ -1,7 +1,6 @@
#ifndef __JABYENGINE_SPU_IO_HPP__
#define __JABYENGINE_SPU_IO_HPP__
#include "IOPort.hpp"
#include <limits.h>
namespace SPU {
namespace Port {