demo skybox

This commit is contained in:
h4570
2022-08-02 13:20:12 +02:00
parent cdadb932b7
commit 5aae7cff7e
11 changed files with 131 additions and 15 deletions
@@ -29,14 +29,13 @@ class RendererCoreGSVRam {
int allocate(const TextureData& texData);
int allocateBuffer(const int& width, const int& height, const int& psm);
int allocate(const int& width, const int& height, const int& psm,
const int& alignment);
/** Free texture, FIFO order */
void free(const int& address);
private:
int allocate(const int& width, const int& height, const int& psm,
const int& alignment);
int getSize(int width, const int& height, const int& psm,
const int& alignment);