Skip to content

Commit fcb43e6

Browse files
fix interaction between two merges
1 parent 9723c5f commit fcb43e6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

50.IESViewer/AppInit.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#include "app_resources/common.hlsl"
1313
#include "app_resources/imgui.opts.hlsl"
1414
#include "nbl/ext/ImGui/ImGui.h"
15-
#include "nbl/builtin/hlsl/matrix_utils/transformation_matrix_utils.hlsl"
15+
#include "nbl/builtin/hlsl/math/thin_lens_projection.hlsl"
1616
#include "nbl/this_example/builtin/build/spirv/keys.hpp"
1717

1818
bool IESViewer::parseCommandLine()

50.IESViewer/AppRender.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#include "nbl/ext/ImGui/ImGui.h"
99
#include "nbl/ext/ScreenShot/ScreenShot.h"
1010
#include "app_resources/common.hlsl"
11-
#include "nbl/builtin/hlsl/matrix_utils/transformation_matrix_utils.hlsl"
11+
#include "nbl/builtin/hlsl/math/thin_lens_projection.hlsl"
1212

1313
bool IESViewer::recreate3DPlotFramebuffers(uint32_t width, uint32_t height)
1414
{

50.IESViewer/AppUI.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#include "app_resources/common.hlsl"
1414
#include "app_resources/false_color.hlsl"
1515
#include "app_resources/imgui.opts.hlsl"
16-
#include "nbl/builtin/hlsl/matrix_utils/transformation_matrix_utils.hlsl"
16+
#include "nbl/builtin/hlsl/math/thin_lens_projection.hlsl"
1717
#include "nbl/builtin/hlsl/math/linalg/fast_affine.hlsl"
1818
#include "nbl/builtin/hlsl/math/octahedral.hlsl"
1919

0 commit comments

Comments
 (0)