From 7c76bdca1b7195720a769c4911678d85825907fe Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 9 Dec 2021 20:01:47 +1100 Subject: Cleanup: move public doc-strings into headers for 'gpu' Ref T92709 --- source/blender/gpu/intern/gpu_shader_interface.hh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source/blender/gpu/intern/gpu_shader_interface.hh') diff --git a/source/blender/gpu/intern/gpu_shader_interface.hh b/source/blender/gpu/intern/gpu_shader_interface.hh index ebed7b15170..12a7ffabcc6 100644 --- a/source/blender/gpu/intern/gpu_shader_interface.hh +++ b/source/blender/gpu/intern/gpu_shader_interface.hh @@ -130,7 +130,9 @@ class ShaderInterface { inline uint32_t set_input_name(ShaderInput *input, char *name, uint32_t name_len) const; - /* Finalize interface construction by sorting the ShaderInputs for faster lookups. */ + /** + * Finalize interface construction by sorting the #ShaderInputs for faster lookups. + */ void sort_inputs(void); private: -- cgit v1.2.3