VS_SHADER_OBJECT_FILE_NAME.rst 312 B

12345678910111213
  1. VS_SHADER_OBJECT_FILE_NAME
  2. --------------------------
  3. .. versionadded:: 3.12
  4. .. noqa: spellcheck off
  5. .. Ignore ``-Fo`` here
  6. Specifies a file name for the compiled shader object file for an ``.hlsl``
  7. source file. This adds the ``-Fo`` flag to the command line for the FxCompiler
  8. tool.
  9. .. noqa: spellcheck on