Skip to content

Commit c15450c

Browse files
committed
Fix render api includes
1 parent 9a2ca56 commit c15450c

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

src/app.cpp

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
#include <memory>
55

66
// clang-format off
7-
#ifdef __ANDROID__
8-
#include "android/vulkan_wrapper.h"
9-
#endif
7+
#ifdef PATHFINDER_USE_OPENGL
108
#include "pathfinder/gpu/gl/window_builder.h"
9+
#endif
10+
#ifdef PATHFINDER_USE_VULKAN
1111
#include "pathfinder/gpu/vk/window_builder.h"
12+
#endif
1213
// clang-format on
1314

1415
#include "resources/default_resource.h"

third_party/pathfinder-cpp

0 commit comments

Comments
 (0)