Skip to content

Folder Structure Seperation - API and Renderer

Antarctic Coder requested to merge folder-structure into main

Created by: AntarticCoder

This PR moves Vulkan API primitives into it's own subfolder labeled "api". This is to keep the renderer, and API primitives untangled from one another. This PR also adjusts the includes within these files.

Merge request reports