Some misc graphics stuff

This commit is contained in:
robojumper
2025-03-15 00:07:44 +01:00
parent 7400f6c66a
commit 3967ab8dc6
30 changed files with 991 additions and 156 deletions
+6 -1
View File
@@ -1,9 +1,14 @@
#ifndef EGG_CPU_TEXTURE_H
#define EGG_CPU_TEXTURE_H
#include "rvl/GX/GXTexture.h"
namespace EGG {
class CpuTexture {};
class CpuTexture {
public:
void GetTexObj(GXTexObj *) const;
};
} // namespace EGG