13 lines
265 B
C++
13 lines
265 B
C++
#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__
|