From d762132a72328bb39fdcdab17c9a0717d31a72ca Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 3 Oct 2022 10:24:05 +1100 Subject: Cleanup: quiet undeclared function warning --- source/blender/gpu/GPU_texture.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source') diff --git a/source/blender/gpu/GPU_texture.h b/source/blender/gpu/GPU_texture.h index 79e5926a9df..e91d4703014 100644 --- a/source/blender/gpu/GPU_texture.h +++ b/source/blender/gpu/GPU_texture.h @@ -257,6 +257,8 @@ GPUTexture *GPU_texture_create_view(const char *name, int layer_len, bool cube_as_array); +GPUTexture *GPU_texture_create_single_layer_view(const char *name, const GPUTexture *src); + /** * Create an alias of the source texture as a texture array with only one layer. * Works for 1D, 2D and cube-map source texture. -- cgit v1.2.3