vblanco20-1 / vulkan-guide

Introductory guide to vulkan.
https://vkguide.dev/
MIT License
940 stars 213 forks source link

Folder missed #46

Closed influence-wp closed 2 years ago

influence-wp commented 3 years ago

I can not find the assets folder "assets_export"

proton991 commented 2 years ago

Did you find the solution? I run into the same problem and I can't run the extra-engine

vblanco20-1 commented 2 years ago

the engine in extra-engine isnt meant to be run as its missing the assets due to licensing issues. The code is there as reference, including its asset exporter. You can use the asset baker to translate GLTF into the engine assets and then load it, but needs some code tweaks.