removed old codes from rf_test.cpp

This commit is contained in:
hyzboy 2025-01-25 17:30:52 +08:00
parent 2e53b48fff
commit 6fdf0e1fbd

View File

@ -100,19 +100,9 @@ public:
if(!InitVBO()) if(!InitVBO())
return(false); return(false);
// if(!BuildCommandBuffer(render_obj))
// return(false);
return(true); return(true);
} }
//void Resize(uint w,uint h)override
//{
// VulkanApplicationFramework::Resize(w,h);
// BuildCommandBuffer(render_obj);
//}
void Tick(double)override void Tick(double)override
{} {}