VS_SHADER_DISABLE_OPTIMIZATIONS.rst 304 B

12345678
  1. VS_SHADER_DISABLE_OPTIMIZATIONS
  2. -------------------------------
  3. .. versionadded:: 3.11
  4. Disable compiler optimizations for an ``.hlsl`` source file. This adds the
  5. ``-Od`` flag to the command line for the FxCompiler tool. Specify the value
  6. ``true`` for this property to disable compiler optimizations.