GPUUniformBuf: Fix debug name being shorter than release name

This commit is contained in:
Clément Foucault
2020-08-29 01:33:55 +02:00
parent f69c7a7ff9
commit 832a975c2c

View File

@@ -28,9 +28,9 @@ namespace blender {
namespace gpu {
#ifdef DEBUG
# define DEBUG_NAME_LEN 8
#else
# define DEBUG_NAME_LEN 64
#else
# define DEBUG_NAME_LEN 8
#endif
/**