MySchoolEngine / GLEngine

The goal of this repository is to build rendering focused game engine. Feel free to join me and extend this project.
https://myschoolengine.github.io/GLEngine-Documentation/
Other
21 stars 1 forks source link

Vulkan #202

Open RohacekD opened 1 year ago

RohacekD commented 1 year ago

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 commented 1 year ago

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

-- resource on memory management