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/GPU_capabilities.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/blender/gpu/GPU_capabilities.h') diff --git a/source/blender/gpu/GPU_capabilities.h b/source/blender/gpu/GPU_capabilities.h index 5b5d0f16c9f..9cd1dbd37f1 100644 --- a/source/blender/gpu/GPU_capabilities.h +++ b/source/blender/gpu/GPU_capabilities.h @@ -64,6 +64,9 @@ bool GPU_shader_image_load_store_support(void); bool GPU_mem_stats_supported(void); void GPU_mem_stats_get(int *totalmem, int *freemem); +/** + * Return support for the active context + window. + */ bool GPU_stereo_quadbuffer_support(void); #ifdef __cplusplus -- cgit v1.2.3