Browse Source

ShaderTools: doc that optimization / debug info doesn't affect validation.

pull/481/head
Vladimír Vondruš 6 years ago
parent
commit
709931896d
  1. 4
      src/Magnum/ShaderTools/AbstractConverter.h

4
src/Magnum/ShaderTools/AbstractConverter.h

@ -679,6 +679,8 @@ class MAGNUM_SHADERTOOLS_EXPORT AbstractConverter: public PluginManager::Abstrac
* @ref convertFileToFile(), @ref convertFileToData(),
* @ref linkDataToData(), @ref linkDataToFile(), @ref linkFilesToFile()
* or @ref linkFilesToData() call will fail.
*
* Has no effect for @ref validateData() or @ref validateFile().
* @see @ref setDebugInfoLevel()
*/
void setOptimizationLevel(Containers::StringView level);
@ -692,6 +694,8 @@ class MAGNUM_SHADERTOOLS_EXPORT AbstractConverter: public PluginManager::Abstrac
* @ref convertFileToFile(), @ref convertFileToData(),
* @ref linkDataToData(), @ref linkDataToFile(), @ref linkFilesToFile()
* or @ref linkFilesToData() call will fail.
*
* Has no effect for @ref validateData() or @ref validateFile().
* @see @ref setOptimizationLevel()
*/
void setDebugInfoLevel(Containers::StringView level);

Loading…
Cancel
Save