Fix #109314: Metal Debug 'Shaders' Folder appearing in 3.6 &. 4.0 #109323

Merged
Clément Foucault merged 1 commits from fclem/blender:tmp-fix-109314 into blender-v3.6-release 2023-06-24 17:40:53 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ class MTLShaderInterface;
class MTLContext;
/* Debug control. */
#define MTL_SHADER_DEBUG_EXPORT_SOURCE 1
#define MTL_SHADER_DEBUG_EXPORT_SOURCE 0
#define MTL_SHADER_TRANSLATION_DEBUG_OUTPUT 0
/* Separate print used only during development and debugging. */