Some more TexturePreparations #11

This commit is contained in:
Georg Hagen
2024-06-11 10:25:06 +02:00
parent 7d7ca4e250
commit 6962ce0bcf
5 changed files with 26 additions and 10 deletions

View File

@@ -8,11 +8,13 @@
#include "UpdateFrequency.hpp"
#include "Base/ICloseable.hpp"
#include "Math/Math.hpp"
namespace OpenVulkano::Scene
{
struct Texture
class Texture
{
public:
ICloseable* renderTexture = nullptr;
void* textureBuffer;
Math::Vector3ui resolution;