NcStudios / NcEngine

NcEngine: 3D game engine written in modern C++ and Vulkan
https://ncstudios.itch.io/
MIT License
36 stars 2 forks source link

Consistent ::vulkan namespacing throughout the api/vulkan files. #625

Closed jaremieromer closed 2 months ago

jaremieromer commented 2 months ago

Some of the files in ...api/vulkan are namespaced nc::graphics::vulkan and some are just nc::graphics. All of the files inside of source/graphics/api/vulkan should be namespaced nc::graphics::vulkan