Add VulkanTextureDynamic

This commit is contained in:
Georg Hagen
2024-07-07 00:24:51 +02:00
parent add09b59af
commit 2b05518c61
3 changed files with 25 additions and 17 deletions

View File

@@ -25,6 +25,5 @@ namespace OpenVulkano::Scene
resolution = {width, height, 1};
size = sizeof(Math::Vector4uc) * width * height;
format = DataFormat::B8G8R8A8_UNORM;
}
}