depth-prepass #1

Merged
KJ16609 merged 22 commits from depth-prepass into master 2025-12-15 19:59:49 -05:00
2 changed files with 5 additions and 9 deletions
Showing only changes of commit 4f0f7ad585 - Show all commits

View File

@@ -4,8 +4,6 @@
#pragma once
#include <thread>
#include "engine/systems/concepts.hpp"
#include "rendering/pipelines/v2/Pipeline.hpp"

View File

@@ -7,14 +7,12 @@
#include <tracy/TracyC.h>
#include <vulkan/vulkan.hpp>
#include "EngineContext.hpp"
#include "assets/model/Model.hpp"
#include "assets/model/ModelVertex.hpp"
#include "engine/assets/material/Material.hpp"
#include "engine/camera/RenderCamera.hpp"
#include "engine/debug/timing/FlameGraph.hpp"
#include "engine/rendering/pipelines/v2/Pipeline.hpp"
#include "engine/rendering/pipelines/v2/PipelineBuilder.hpp"
#include "memory/buffers/BufferHandle.hpp"
#include "camera/RenderCamera.hpp"
#include "debug/timing/FlameGraph.hpp"
#include "rendering/pipelines/v2/Pipeline.hpp"
#include "rendering/pipelines/v2/PipelineBuilder.hpp"
namespace fgl::engine
{