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

Vulkan #202

Open
wants to merge 95 commits into
base: master
Choose a base branch
from
Open

Vulkan #202

wants to merge 95 commits into from

Conversation

RohacekD
Copy link
Collaborator

@RohacekD RohacekD commented Apr 5, 2023

Basic Vulkan renderer implementation. This branch should serve as an example for other renderers. Also, the goal is to create an abstraction for user code to be API agnostic.

I will partly follow this tutorial series: Vulkan tutorial
And then proceed with topics from the book: Mastering Graphics Programming with Vulkan

@RohacekD RohacekD added enhancement New feature or request feature Usefull feature labels Apr 5, 2023
@RohacekD RohacekD self-assigned this Apr 5, 2023
@RohacekD
Copy link
Collaborator Author

RohacekD commented Apr 5, 2023

https://developer.nvidia.com/vulkan-memory-management

-- resource on memory management

@RohacekD RohacekD linked an issue Nov 22, 2024 that may be closed by this pull request
@RohacekD RohacekD added the Agnostic All tasks aiming to make my renderer API agnostic label Nov 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Agnostic All tasks aiming to make my renderer API agnostic enhancement New feature or request feature Usefull feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New draw API
1 participant