Collect information for future work

This commit is contained in:
2024-02-06 22:21:44 -05:00
parent b20e6133a4
commit 507615df97
6 changed files with 46 additions and 39 deletions

View File

@@ -5,6 +5,8 @@
namespace ScreenCenter {
using namespace JabyEngine;
// TODO: Fit these pieces into 16Word buffers (sizeof(T) >> 2 == words)
// TODO: Can we DMA all of this?
class Frame : public GPU::internal::LinkedElementCreator<Frame> {
private:
GPU::TILE top_left[2];