File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44#include < algorithm>
55#include < cstdint>
66
7- #include " global_macros .h"
7+ #include " ../config .h"
88#include " logger.h"
99#include " math/vec2.h"
1010
Original file line number Diff line number Diff line change 33
44#include < cstdint>
55
6- #include " global_macros .h"
6+ #include " ../config .h"
77
88#ifdef __ANDROID__
99 // A C/C++ header file that converts Intel SSE intrinsics to Arm/Aarch64 NEON intrinsics.
Original file line number Diff line number Diff line change 55#include < sstream>
66#include < string>
77
8- #include " global_macros .h"
8+ #include " ../config .h"
99#include " logger.h"
1010
1111namespace Pathfinder {
Original file line number Diff line number Diff line change 1- #ifndef PATHFINDER_GLOBAL_MACROS_H
2- #define PATHFINDER_GLOBAL_MACROS_H
1+ #ifndef PATHFINDER_CONFIG_H
2+ #define PATHFINDER_CONFIG_H
33
44// / Platform marcos.
55#ifdef __EMSCRIPTEN__
5252 #define PATHFINDER_ENABLE_SIMD
5353#endif
5454
55- #endif // PATHFINDER_GLOBAL_MACROS_H
55+ #endif // PATHFINDER_CONFIG_H
Original file line number Diff line number Diff line change 11#include " canvas.h"
22
3- #include " ../common/global_macros.h"
43#include " ../common/io.h"
54#include " ../common/logger.h"
65#include " ../common/timestamp.h"
6+ #include " ../config.h"
77#include " d3d11/renderer.h"
88#include " d3d11/scene_builder.h"
99#include " d3d9/renderer.h"
Original file line number Diff line number Diff line change 11#include " object_builder.h"
22
33#include " ../../common/f32x4.h"
4- #include " ../../common/global_macros.h"
54#include " ../../common/math/basic.h"
5+ #include " ../../config.h"
66#include " ../data/data.h"
77
88namespace Pathfinder {
Original file line number Diff line number Diff line change 11#include " renderer.h"
22
3- #include " ../../common/global_macros.h"
43#include " ../../common/io.h"
54#include " ../../common/math/mat4.h"
65#include " ../../common/math/vec3.h"
76#include " ../../common/timestamp.h"
7+ #include " ../../config.h"
88#include " ../../gpu/command_encoder.h"
99#include " ../../gpu/device.h"
1010#include " ../../gpu/window.h"
Original file line number Diff line number Diff line change 33
44#include < vector>
55
6- #include " ../../common/global_macros.h"
76#include " ../../common/math/mat4.h"
7+ #include " ../../config.h"
88#include " ../../gpu/descriptor_set.h"
99#include " ../../gpu/framebuffer.h"
1010#include " ../../gpu/render_pass.h"
Original file line number Diff line number Diff line change 22
33#include < thread>
44
5- #include " ../../common/global_macros.h"
65#include " ../../common/timestamp.h"
6+ #include " ../../config.h"
77#include " ../scene.h"
88#include " renderer.h"
99#include " tiler.h"
Original file line number Diff line number Diff line change 33
44#include < sstream>
55
6- #include " ../../common/global_macros.h"
76#include " ../../common/logger.h"
7+ #include " ../../config.h"
88#include " base.h"
99
1010namespace Pathfinder {
You can’t perform that action at this time.
0 commit comments