Removed viewChanged callback

Preparation for reworking sync, such a callback would make it hard to find a proper sync point
This commit is contained in:
Sascha Willems 2024-01-20 14:27:31 +01:00
parent 5b8f09302e
commit d26aed277c
2 changed files with 0 additions and 22 deletions

View file

@ -358,8 +358,6 @@ public:
virtual VkResult createInstance(bool enableValidation);
/** @brief (Pure virtual) Render function to be implemented by the sample application */
virtual void render() = 0;
/** @brief (Virtual) Called when the camera view has changed */
virtual void viewChanged();
/** @brief (Virtual) Called after a key was pressed, can be used to do custom key handling */
virtual void keyPressed(uint32_t);
/** @brief (Virtual) Called after the mouse cursor moved and before internal events (like camera rotation) is handled */