Compute pipeline fully implemented. Compute index storage buffer functional.
1 parent 9510c71 commit 1bd726e29d8e92c0b11b9700d59d22378a3d8d11
@Mantas Buzelis Mantas Buzelis authored on 21 Jan 2022
Showing 16 changed files
View
Forward Plus Renderer.vcxproj
View
include/Camera.h
View
include/Context.h
View
include/Light.cpp
View
include/Pipeline.h
View
include/RenderGraph.h
View
include/SwapChain.h
View
include/VulkanRenderer.h
View
shaders/LightComputeShader.comp
View
shaders/LightComputeShader.spv 0 → 100644
Not supported
View
shaders/compile_shaders.bat
View
src/Buffer/Buffer.cpp
View
src/Context.cpp
View
src/Pipeline.cpp
View
src/SwapChain.cpp
View
src/VulkanRenderer.cpp