refactored render graph + formatting
1 parent b796d04 commit 5bb8c500f15b46df33c4e793916e469ad9f9ef93
@Mantas Buzelis Mantas Buzelis authored on 27 Sep 2021
Showing 45 changed files
View
.clang-format 0 → 100644
View
Forward Plus Renderer.vcxproj
View
Forward Plus Renderer.vcxproj.filters
View
external/optional/optional.hpp 0 → 100644
View
include/Buffer/Buffer.h
View
include/Buffer/DepthBuffer.h
View
include/Buffer/DualBuffer.h
View
include/Camera.h
View
include/ConstrainedMap.h 0 → 100644
View
include/Context.h
View
include/Device.h
View
include/Instance.h
View
include/Mesh.h
View
include/Model.h
View
include/Pipeline.h
View
include/RNG.h
View
include/RenderGraph.h
View
include/RenderPass.h
View
include/Scene.h
View
include/Texture.h
View
include/Vertex.h
View
include/VulkanBoilerplate.h
View
include/VulkanRenderer.h
View
include/VulkanWindow.h
View
include/stdafx.h
View
include/vkbpSwapChain.h
View
old.clang-format 0 → 100644
View
src/Buffer/Buffer.cpp
View
src/Buffer/DepthBuffer.cpp
View
src/Camera.cpp
View
src/Context.cpp
View
src/Device.cpp
View
src/Instance.cpp
View
src/Mesh.cpp
View
src/Model.cpp
View
src/Pipeline.cpp
View
src/RenderGraph.cpp 100644 → 0
View
src/RenderPass.cpp
View
src/Texture.cpp
View
src/Vertex.cpp
View
src/VulkanRenderer.cpp
View
src/VulkanWindow.cpp
View
src/main.cpp
View
src/stdafx.cpp
View
src/vkbpSwapChain.cpp