Files
WickedEngine/Samples/Example_ImGui_Docking
Dennis Brakhane be6756ae01 cmake: add option to compile and embed shaders during the build process (#1356)
This adds an option WICKED_EMBED_SHADERS (off by default). When ON,
offlineshadercompiler will be compiled first and run every time
a *.hlsl? file changes, the resulting wiShaderDump.h will be put
in the build directory, and then wiRenderer will be compiled again with
the build directory in the include path; this will cause the
__hasinclude to trigger embedded shaders mode.

A nice side effect is that the hacky solution to handle the __hasinclude
is not needed anymore, all dependencies are now handled correctly.

offlineshadercompiler was also extended with a "quiet" option to
suppress messages during compilation.
2025-12-11 07:49:43 +01:00
..
2024-09-12 08:49:00 +02:00
2025-09-28 07:11:33 +02:00
2024-09-12 08:49:00 +02:00
2024-09-12 08:49:00 +02:00
2024-09-12 08:49:00 +02:00
2024-09-12 08:49:00 +02:00
2025-11-17 08:00:19 +01:00
2025-09-28 07:11:33 +02:00
2024-09-12 08:49:00 +02:00
2024-09-12 08:49:00 +02:00
2024-09-12 08:49:00 +02:00
2024-09-12 08:49:00 +02:00
2024-09-12 08:49:00 +02:00
2024-09-12 08:49:00 +02:00
2024-09-12 08:49:00 +02:00
2025-06-07 17:38:36 +02:00