Skip to content

Commit

Permalink
rename Partials.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
martty committed Apr 18, 2024
1 parent 2fa6a30 commit 886b2e7
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion benchmarks/dependent_texture_fetches.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "bench_runner.hpp"
#include "vuk/Partials.hpp"
#include "vuk/vsl/Core.hpp"
#include <stb_image.h>

namespace {
Expand Down
2 changes: 1 addition & 1 deletion examples/example_runner.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include "vuk/AllocatorHelpers.hpp"
#include "vuk/CommandBuffer.hpp"
#include "vuk/Context.hpp"
#include "vuk/Partials.hpp"
#include "vuk/vsl/Core.hpp"
#include "vuk/RenderGraph.hpp"
#include "vuk/resources/DeviceFrameResource.hpp"
#include "vuk/runtime/ThisThreadExecutor.hpp"
Expand Down
2 changes: 1 addition & 1 deletion examples/imgui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include "vuk/AllocatorHelpers.hpp"
#include "vuk/CommandBuffer.hpp"
#include "vuk/Context.hpp"
#include "vuk/Partials.hpp"
#include "vuk/vsl/Core.hpp"
#include "vuk/RenderGraph.hpp"

using namespace vuk;
Expand Down
2 changes: 1 addition & 1 deletion examples/standalone_multiwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include "vuk/AllocatorHelpers.hpp"
#include "vuk/CommandBuffer.hpp"
#include "vuk/Context.hpp"
#include "vuk/Partials.hpp"
#include "vuk/vsl/Core.hpp"
#include "vuk/RenderGraph.hpp"
#include "vuk/SampledImage.hpp"
#include "vuk/resources/DeviceFrameResource.hpp"
Expand Down
2 changes: 1 addition & 1 deletion examples/standalone_triangle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include "vuk/AllocatorHelpers.hpp"
#include "vuk/CommandBuffer.hpp"
#include "vuk/Context.hpp"
#include "vuk/Partials.hpp"
#include "vuk/vsl/Core.hpp"
#include "vuk/RenderGraph.hpp"
#include "vuk/SampledImage.hpp"
#include "vuk/resources/DeviceFrameResource.hpp"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/tests/01_semantics.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "TestContext.hpp"
#include "vuk/AllocatorHelpers.hpp"
#include "vuk/Partials.hpp"
#include "vuk/vsl/Core.hpp"
#include <doctest/doctest.h>

using namespace vuk;
Expand Down
2 changes: 1 addition & 1 deletion src/tests/02_rg_errors.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "TestContext.hpp"
#include "vuk/AllocatorHelpers.hpp"
#include "vuk/Partials.hpp"
#include "vuk/vsl/Core.hpp"
#include <doctest/doctest.h>

using namespace vuk;
Expand Down
2 changes: 1 addition & 1 deletion src/tests/03_commands.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "TestContext.hpp"
#include "vuk/AllocatorHelpers.hpp"
#include "vuk/Partials.hpp"
#include "vuk/vsl/Core.hpp"
#include <doctest/doctest.h>

using namespace vuk;
Expand Down
2 changes: 1 addition & 1 deletion src/tests/04_arrays.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "TestContext.hpp"
#include "vuk/AllocatorHelpers.hpp"
#include "vuk/Partials.hpp"
#include "vuk/vsl/Core.hpp"
#include <doctest/doctest.h>

using namespace vuk;
Expand Down
2 changes: 1 addition & 1 deletion src/tests/05_renderpass.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "TestContext.hpp"
#include "vuk/AllocatorHelpers.hpp"
#include "vuk/Partials.hpp"
#include "vuk/vsl/Core.hpp"
#include <doctest/doctest.h>

using namespace vuk;
Expand Down
2 changes: 1 addition & 1 deletion src/tests/frame_allocator.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "TestContext.hpp"
#include "vuk/AllocatorHelpers.hpp"
#include "vuk/Partials.hpp"
#include "vuk/vsl/Core.hpp"
#include <doctest/doctest.h>

using namespace vuk;
Expand Down

0 comments on commit 886b2e7

Please sign in to comment.