Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kickstart Vulkan API #19

Merged
merged 2 commits into from
Sep 1, 2023
Merged

Kickstart Vulkan API #19

merged 2 commits into from
Sep 1, 2023

Conversation

Yimura
Copy link
Member

@Yimura Yimura commented Aug 28, 2023

I'm not claiming this as my own, just kick starting the development of the Vulkan API.

Todo

  • Pointers
  • Splitting rendering pipeline into the two backends
  • Detect when a switch of backend is made (properly cleanup old backend and create new backend)

Resources

Closes #15

@github-actions
Copy link

Download the artifacts for this pull request:

@Yimura Yimura marked this pull request as draft August 28, 2023 21:56
@maybegreat48
Copy link
Contributor

Detect when a switch of backend is made (properly cleanup old backend and create new backend)

We don't have to worry about that since you have to restart your game to use a different backend

@tim-gromeyer
Copy link

@Yimura @Hydra-Source You may find this tutorial useful as well: https://vkguide.dev/docs/extra-chapter/implementing_imgui/

* Add Vulkan Support [UNFINISHED]

It will work in current state but when resizing the menu will disappear. Vulkan needs to be re-initted. I would've done this now but i have to be up tomorrow and not home for 2 days. Will be marked as draft if anyone wants to edit feel free.

* Stuff

* Fix resizing issue's and misc stuff

* Remove unused pointer
@DayibBaba DayibBaba marked this pull request as ready for review September 1, 2023 12:34
@DayibBaba DayibBaba merged commit 9595931 into master Sep 1, 2023
2 checks passed
@DayibBaba DayibBaba deleted the vulkan-api-support branch September 1, 2023 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Vulkan api support
5 participants