From 6fdf0e1fbdbb428202a86e3b6bbc38e2e6ec40fb Mon Sep 17 00:00:00 2001 From: hyzboy Date: Sat, 25 Jan 2025 17:30:52 +0800 Subject: [PATCH] removed old codes from rf_test.cpp --- example/Basic/rf_test.cpp | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/example/Basic/rf_test.cpp b/example/Basic/rf_test.cpp index b2bbcc64..dcfb6f4b 100644 --- a/example/Basic/rf_test.cpp +++ b/example/Basic/rf_test.cpp @@ -100,19 +100,9 @@ public: if(!InitVBO()) return(false); -// if(!BuildCommandBuffer(render_obj)) -// return(false); - return(true); } - //void Resize(uint w,uint h)override - //{ - // VulkanApplicationFramework::Resize(w,h); - - // BuildCommandBuffer(render_obj); - //} - void Tick(double)override {}