增加WalkerCameraAppFramework,添加相机控制
This commit is contained in:
@@ -135,15 +135,15 @@ public:
|
||||
|
||||
if(!InitPipeline())
|
||||
return(false);
|
||||
|
||||
|
||||
BuildCommandBuffer(pipeline,descriptor_sets,render_obj);
|
||||
|
||||
return(true);
|
||||
}
|
||||
|
||||
|
||||
void Resize(int,int)override
|
||||
{
|
||||
BuildCommandBuffer(pipeline,descriptor_sets,render_obj);
|
||||
BuildCommandBuffer(pipeline,descriptor_sets,render_obj);
|
||||
}
|
||||
};//class TestApp:public VulkanApplicationFramework
|
||||
|
||||
|
Reference in New Issue
Block a user