blurrypiano / littleVulkanEngine

Code repo for video tutorial series teaching Vulkan and computer graphics
MIT License
829 stars 147 forks source link

use multiple CPU threads to compile and selecting a dedicated GPU if possible #27

Open beaumanvienna opened 2 years ago

blurrypiano commented 2 years ago

awesome, this looks great! I'm sitll not sure how to handle changes like this though since I want to keep the repo in sync with the videos... hmm something i need to think on more.

I might make a submissions branch that I keep up to date with the current state of the tutorial. And then at some point in the future do a video going over these additions specifically so that I can add them to the main branch.

Anyway thanks though :) I appreciate you taking the time to help out.