mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Add `VS_SHADER_DISABLE_OPTIMIZATIONS` and `VS_SHADER_ENABLE_DEBUG` source file properties to control these settings on `.hlsl` files in the VS generator. Fixes: #17406
7 lines
242 B
ReStructuredText
7 lines
242 B
ReStructuredText
vs-hlsl-opt-dbg
|
|
---------------
|
|
|
|
* Source file properties :prop_sf:`VS_SHADER_DISABLE_OPTIMIZATIONS` and
|
|
:prop_sf:`VS_SHADER_ENABLE_DEBUG` have been added to specify more
|
|
details of ``.hlsl`` sources with :ref:`Visual Studio Generators`.
|