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:
parent
5b8f09302e
commit
d26aed277c
2 changed files with 0 additions and 22 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue