File tree Expand file tree Collapse file tree 2 files changed +16
-16
lines changed Expand file tree Collapse file tree 2 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 1
-
2
- using namespace nbl ::hlsl;
3
- using namespace nbl ;
4
- using namespace core ;
5
- using namespace system ;
6
- using namespace asset ;
7
- using namespace ui ;
8
- using namespace video ;
1
+ // TODO: Copyright notice
2
+
9
3
4
+ #include " nbl/examples/examples.hpp"
5
+
6
+ using namespace nbl ;
7
+ using namespace nbl ::core;
8
+ using namespace nbl ::hlsl;
9
+ using namespace nbl ::system;
10
+ using namespace nbl ::asset;
11
+ using namespace nbl ::ui;
12
+ using namespace nbl ::video;
13
+ // TODO: probably need to be `using namespace nbl::examples` as well, see other examples
10
14
11
- #include " nbl/application_templates/MonoAssetManagerAndBuiltinResourceApplication.hpp"
12
- #include " SimpleWindowedApplication.hpp"
13
- #include " InputSystem.hpp"
14
- #include " nbl/video/utilities/CSimpleResizeSurface.h"
15
15
16
16
#include " nbl/ext/FullScreenTriangle/FullScreenTriangle.h"
17
17
#include " nbl/ext/TextRendering/TextRendering.h"
Original file line number Diff line number Diff line change @@ -71,18 +71,18 @@ if(NBL_BUILD_EXAMPLES)
71
71
add_subdirectory (47_DerivMapTest EXCLUDE_FROM_ALL )
72
72
add_subdirectory (54_Transformations EXCLUDE_FROM_ALL )
73
73
add_subdirectory (55_RGB18E7S3 EXCLUDE_FROM_ALL )
74
- add_subdirectory (61_UI )
75
- add_subdirectory (62_CAD )
74
+ add_subdirectory (61_UI EXCLUDE_FROM_ALL ) # TODO: resurrect before `mesh_loaders` merge
75
+ add_subdirectory (62_CAD EXCLUDE_FROM_ALL ) # TODO: Erfan, Przemek, Francisco and co. need to resurrect this
76
76
add_subdirectory (62_SchusslerTest EXCLUDE_FROM_ALL )
77
77
add_subdirectory (64_EmulatedFloatTest )
78
78
add_subdirectory (0_ImportanceSamplingEnvMaps EXCLUDE_FROM_ALL ) #TODO: integrate back into 42
79
79
80
80
add_subdirectory (66_HLSLBxDFTests EXCLUDE_FROM_ALL )
81
- add_subdirectory (67_RayQueryGeometry )
81
+ add_subdirectory (67_RayQueryGeometry EXCLUDE_FROM_ALL ) # TODO: resurrect before `mesh_loaders` merge
82
82
add_subdirectory (68_JpegLoading )
83
83
84
84
add_subdirectory (70_FLIPFluids )
85
- add_subdirectory (71_RayTracingPipeline )
85
+ add_subdirectory (71_RayTracingPipeline EXCLUDE_FROM_ALL ) # TODO: resurrect before `mesh_loaders` merge
86
86
87
87
# add new examples *before* NBL_GET_ALL_TARGETS invocation, it gathers recursively all targets created so far in this subdirectory
88
88
NBL_GET_ALL_TARGETS (TARGETS )
You can’t perform that action at this time.
0 commit comments