memory refactor Texture and ImageData

This commit is contained in:
MihailRis
2024-06-30 21:24:46 +03:00
parent ce9c5b97c7
commit c0dca31e98
14 changed files with 191 additions and 160 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
#ifndef GRAPHICS_CORE_CUBEMAP_HPP_
#define GRAPHICS_CORE_CUBEMAP_HPP_
#include "Texture.hpp"
#include "GLTexture.hpp"
/// @brief Cubemap texture
class Cubemap : public Texture {
class Cubemap : public GLTexture {
public:
Cubemap(uint width, uint height, ImageFormat format);