Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Bakker <jeroen@blender.org>2022-08-01 16:02:31 +0300
committerJeroen Bakker <jeroen@blender.org>2022-08-01 16:02:31 +0300
commite0603f77afb1cdf1c72c136c0749e088341d7db5 (patch)
tree4f9c31dcf5ea202e246d0f0f0446f2a8596a8d05 /source/blender/gpu/intern
parent33e5a66f67a5c45d922a57abc6388cf4976b7dc7 (diff)
parente9586b14b736a4a91226437d1b4e8a576bc05794 (diff)
Merge branch 'blender-v3.3-release'
Diffstat (limited to 'source/blender/gpu/intern')
-rw-r--r--source/blender/gpu/intern/gpu_shader_log.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/gpu/intern/gpu_shader_log.cc b/source/blender/gpu/intern/gpu_shader_log.cc
index 572727fa515..dbc36c5afd0 100644
--- a/source/blender/gpu/intern/gpu_shader_log.cc
+++ b/source/blender/gpu/intern/gpu_shader_log.cc
@@ -228,6 +228,7 @@ void Shader::print_log(Span<const char *> sources,
log_line = line_end + 1;
previous_location = log_item.cursor;
}
+ // printf("%s", sources_combined);
MEM_freeN(sources_combined);
CLG_Severity severity = error ? CLG_SEVERITY_ERROR : CLG_SEVERITY_WARN;