refactor: remove unused abstraction

This commit is contained in:
MihailRis
2025-04-27 12:36:34 +03:00
parent e357a4eb9f
commit 8de408fd10
9 changed files with 128 additions and 157 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
#pragma once
#include "GLTexture.hpp"
#include "Texture.hpp"
/// @brief Cubemap texture
class Cubemap : public GLTexture {
class Cubemap : public Texture {
public:
Cubemap(uint width, uint height, ImageFormat format);