Skip to content

swapchain recreation & key bindings#47

Merged
MrScriptX merged 6 commits intodevelopfrom
engine
May 10, 2021
Merged

swapchain recreation & key bindings#47
MrScriptX merged 6 commits intodevelopfrom
engine

Conversation

@MrScriptX
Copy link
Copy Markdown
Owner

customize inputs is now possible

  • Core logic to move camera are now is members of camera class.
  • User can get pointer to the main camera.
  • Keys bindings happens using an array of function pointers
  • Window can be resize without errors
  • vkAcquireNextImage defines the current working frame which syncs command buffer recording & Image submit

@MrScriptX MrScriptX added bug Something isn't working enhancement New feature or request labels May 10, 2021
@MrScriptX MrScriptX merged commit f320dec into develop May 10, 2021
@MrScriptX MrScriptX linked an issue May 10, 2021 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Customizable Input system

1 participant