removed standalone ".glsl" files ,merge to c++ codes.

This commit is contained in:
2024-03-06 23:24:57 +08:00
parent 3874d771d3
commit 5ba3c1790d
16 changed files with 39 additions and 74 deletions

View File

@@ -112,7 +112,7 @@ public:
return(true);
}
void Resize(int w,int h)override
void Resize(uint w,uint h)override
{
VulkanApplicationFramework::Resize(w,h);