Update MoltenVK/MoltenVK/Utility/MVKEnvironment.h

Aligning with syntax of other comments in this file.
This commit is contained in:
Bill Hollings 2024-04-19 11:15:32 -04:00 committed by GitHub
parent b420d58b59
commit 3dac6ec8ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -357,9 +357,7 @@ void mvkSetConfig(MVKConfiguration& dstMVKConfig, const MVKConfiguration& srcMVK
# define MVK_CONFIG_USE_METAL_PRIVATE_API MVK_USE_METAL_PRIVATE_API
#endif
/**
* If set, MVK will dump spirv input, translated msl, and pipelines into the given directory.
*/
/** If set, MVK will dump spirv input, translated msl, and pipelines into the given directory. */
#ifndef MVK_CONFIG_SHADER_DUMP_DIR
# define MVK_CONFIG_SHADER_DUMP_DIR ""
#endif