Result of following vulkan-tutorial.com, to be transitioned into playground project at some point with proper architecture
Stars
3
Forks
1
Watchers
3
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
11
commits
UniqueObject now takes a const OwnerT & rather than one wrapped in another UniqueObject. Might make sense to take the OwnerT as value rather than reference later on, but it's convenient for now.
b8a8a71View on GitHubFixed bug causing device to be destroyed prematurely.
9e36023View on GitHubConverted to Vulkan-Hpp, there be dragons and runtime errors
a2ba1cbView on GitHub