Skip to content
Snippets Groups Projects

Image now deletes its texture

Merged Joakim Borge Hunskår requested to merge add-destructor-Image into main
2 files
+ 8
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -13,6 +13,7 @@ namespace TDT4102 {
@@ -13,6 +13,7 @@ namespace TDT4102 {
public:
public:
explicit Image();
explicit Image();
explicit Image(std::filesystem::path pathToImageFile);
explicit Image(std::filesystem::path pathToImageFile);
 
~Image();
int width = 0;
int width = 0;
int height = 0;
int height = 0;
Loading