Skip to content

Commit

Permalink
ShaderTools: --{input,output}-format is a thing now.
Browse files Browse the repository at this point in the history
  • Loading branch information
mosra committed Mar 5, 2021
1 parent 62628be commit 41dc0df
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/Magnum/ShaderTools/AbstractConverter.h
Original file line number Diff line number Diff line change
Expand Up @@ -590,9 +590,9 @@ class MAGNUM_SHADERTOOLS_EXPORT AbstractConverter: public PluginManager::Abstrac
* @ref linkDataToData(), @ref linkDataToFile(), @ref linkFilesToFile()
* or @ref linkFilesToData() call will fail.
*
* The @p version parameter corresponds to the `--input-version` option
* in @ref magnum-shaderconverter "magnum-shaderconverter", the
* @p format isn't currently exposed there.
* The @p format parameter corresponds to the `--input-format` option
* in @ref magnum-shaderconverter "magnum-shaderconverter",
* @p version to `--input-version`.
* @see @ref setOutputFormat()
*/
#ifdef DOXYGEN_GENERATING_OUTPUT
Expand All @@ -614,9 +614,9 @@ class MAGNUM_SHADERTOOLS_EXPORT AbstractConverter: public PluginManager::Abstrac
* @ref linkDataToData(), @ref linkDataToFile(), @ref linkFilesToFile()
* or @ref linkFilesToData() call will fail.
*
* The @p version parameter corresponds to the `--output-version`
* option in @ref magnum-shaderconverter "magnum-shaderconverter", the
* @p format isn't currently exposed there.
* The @p format parameter corresponds to the `--output-format` option
* in @ref magnum-shaderconverter "magnum-shaderconverter",
* @p version to `--output-version`.
* @see @ref setInputFormat()
*/
#ifdef DOXYGEN_GENERATING_OUTPUT
Expand Down

0 comments on commit 41dc0df

Please sign in to comment.