Skip to content

Commit dbbf5fb

Browse files
Merge pull request #558 from AnastaZIuk/shader_pipeline
Fix compile flags on radeon rays
2 parents d415c9c + ed8b9e0 commit dbbf5fb

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

3rdparty/CMakeLists.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ update_git_submodule(./openssl)
3434
update_git_submodule(./libjpeg-turbo)
3535
update_git_submodule(./libjpeg) # soon to be killed
3636
update_git_submodule(./parallel-hashmap)
37+
update_git_submodule(./gli)
3738
# exceptions that get automatically cloned
3839
update_git_submodule(./glm)
3940
update_git_submodule(./freetype2)
@@ -454,6 +455,9 @@ if (IRR_COMPILE_WITH_CUDA)
454455
endif()
455456

456457
set(IRR_3RDPARTY_TARGETS
458+
RadeonRays
459+
CLW
460+
Calc
457461
lzma
458462
lz4
459463
aesGladman
@@ -507,4 +511,4 @@ install(
507511
DIRECTORY ./parallel-hashmap/parallel_hashmap
508512
DESTINATION ./relwithdebinfo/include/parallel-hashmap
509513
CONFIGURATIONS RelWithDebInfo
510-
)
514+
)

examples_tests/22.RaytracedAO/dirty_source/ExtraCrap.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#include "ExtraCrap.h"
44

55
#include "irr/ext/ScreenShot/ScreenShot.h"
6+
#include "../common.glsl"
67
//#include "irr/ext/MitsubaLoader/CMitsubaLoader.h"
78

89

@@ -1228,4 +1229,4 @@ void Renderer::render(irr::ITimer* timer)
12281229
m_driver->blitRenderTargets(tmpTonemapBuffer, m_colorBuffer, false, false, {}, {}, true);
12291230
m_driver->setViewPort(oldVP);
12301231
}
1231-
}
1232+
}

0 commit comments

Comments
 (0)