added BlinnPhong.h

This commit is contained in:
2024-03-04 13:13:33 +08:00
parent b9e70426a1
commit ff6a644e8f
7 changed files with 83 additions and 18 deletions

View File

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