ui rendering works now

This commit is contained in:
Dynamitos
2022-04-18 18:08:38 +02:00
parent 796271f334
commit 14b816fc3c
25 changed files with 453 additions and 60 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ private:
Gfx::PDescriptorSet textureArraySet;
TextData textData;
};
Array<TextResources> textResources;
std::map<PFontAsset, Array<TextResources>> textResources;
Gfx::PRenderTargetAttachment renderTarget;
Gfx::PRenderTargetAttachment depthAttachment;