GPUUniformBuf: Fix debug name being shorter than release name
This commit is contained in:
@@ -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
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user