Skip to content

Commit 30002ba

Browse files
committed
Add onResize to IApplicationFramework
1 parent 25d2841 commit 30002ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/nbl/system/IApplicationFramework.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ class NBL_API IApplicationFramework : public core::IReferenceCounted
5252
return onAppTerminated_impl();
5353
}
5454

55+
virtual void onResize(uint32_t w, uint32_t h) {}
56+
5557
virtual void workLoopBody() = 0;
5658
virtual bool keepRunning() = 0;
5759
std::vector<std::string> argv;

0 commit comments

Comments
 (0)