clang format changes, removing unused variables and changing file names. Moved version struct to contect header
1 parent da39f0b commit af60dc4b5ac2d9cde6b910842e3f572e5075f52e
@Mantas Buzelis Mantas Buzelis authored on 11 Jan 2022
Showing 39 changed files
View
Forward Plus Renderer.vcxproj
View
Forward Plus Renderer.vcxproj.filters
View
include/Buffer/Buffer.h
View
include/Buffer/DepthBuffer.h
View
include/Camera.h
View
include/ConstrainedMap.h
View
include/Context.h
View
include/Device.h
View
include/IO.h 0 → 100644
View
include/InputHandler.h
View
include/Light.cpp
View
include/Light.h
View
include/Material.h
View
include/Mesh.h
View
include/Model.h
View
include/ModelLoading.h
View
include/RenderGraph.h
View
include/RenderPass.h
View
include/Scene.h
View
include/SwapChain.h
View
include/Texture.h
View
include/Vertex.h
View
include/VulkanBoilerplate.h 100644 → 0
View
include/VulkanRenderer.h
View
src/Buffer/Buffer.cpp
View
src/Buffer/DepthBuffer.cpp
View
src/Camera.cpp
View
src/Context.cpp
View
src/Device.cpp
View
src/IO.cpp 0 → 100644
View
src/InputHandler.cpp
View
src/Mesh.cpp
View
src/Model.cpp
View
src/ModelLoading.cpp
View
src/Pipeline.cpp
View
src/SwapChain.cpp
View
src/Texture.cpp
View
src/VulkanBoilerplate.cpp 100644 → 0
View
src/VulkanRenderer.cpp