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

@@ -19,6 +19,5 @@ namespace OpenVulkano::Scene
{
MaterialProperties properties;
Texture* texture;
Shader* shader;
};
}