完成窗口事件回调机制,并实现窗口缩放后VULKAN各种属性重建
This commit is contained in:
@@ -140,6 +140,11 @@ public:
|
||||
|
||||
return(true);
|
||||
}
|
||||
|
||||
void Resize(int,int)override
|
||||
{
|
||||
BuildCommandBuffer(pipeline,descriptor_sets,render_obj);
|
||||
}
|
||||
};//class TestApp:public VulkanApplicationFramework
|
||||
|
||||
int main(int,char **)
|
||||
|
Reference in New Issue
Block a user