From c5862e0a06b75767fd863673c54aab54f27d1872 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 22 Apr 2019 01:45:43 +1000 Subject: Cleanup: comments (long lines) in gpu --- source/blender/gpu/intern/gpu_attr_binding.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/blender/gpu/intern/gpu_attr_binding.c') diff --git a/source/blender/gpu/intern/gpu_attr_binding.c b/source/blender/gpu/intern/gpu_attr_binding.c index 6cd350df505..e280b77f661 100644 --- a/source/blender/gpu/intern/gpu_attr_binding.c +++ b/source/blender/gpu/intern/gpu_attr_binding.c @@ -73,7 +73,8 @@ void get_attr_locations(const GPUVertFormat *format, const GPUShaderInput *input = GPU_shaderinterface_attr(shaderface, a->name[n_idx]); #if TRUST_NO_ONE assert(input != NULL); - /* TODO: make this a recoverable runtime error? indicates mismatch between vertex format and program */ + /* TODO: make this a recoverable runtime error? + * indicates mismatch between vertex format and program. */ #endif write_attr_location(binding, a_idx, input->location); } -- cgit v1.2.3