Final commiit squash. Pending further documentation before submission.
1 parent ce92b6f commit d5141fe8b7d8ad9d8b107c84c7e9863fad417112
@Mantas Buzelis Mantas Buzelis authored on 18 Mar 2022
Showing 45 changed files
View
Forward Plus Renderer.vcxproj
View
Forward Plus Renderer.vcxproj.filters
View
cpp.hint 0 → 100644
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/InputHandler.h
View
include/Light.h
View
include/Material.h 100644 → 0
View
include/Model.h
View
include/Pipeline.h
View
include/RNG.h 100644 → 0
View
include/RenderGraph.h
View
include/Scene.cpp
View
include/Scene.h
View
include/ShaderObjects.h 0 → 100644
View
include/SwapChain.h
View
include/Texture.h
View
include/Vertex.h
View
include/VulkanRenderer.h
View
include/stdafx.h
View
shaders/FragmentShader.frag
View
shaders/FragmentShader.spv
Not supported
View
shaders/LightComputeShader.comp
View
shaders/LightComputeShader.spv
Not supported
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
View
src/InputHandler.cpp
View
src/Light.cpp
View
src/Mesh.cpp
View
src/Model.cpp
View
src/ModelLoading.cpp
View
src/Pipeline.cpp
View
src/RenderPass.cpp
View
src/SwapChain.cpp
View
src/Texture.cpp
View
src/VulkanRenderer.cpp
View
src/VulkanWindow.cpp