From f5e2d4209234d41cade98660e2e51a06940005e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Foucault?= Date: Sat, 13 Jan 2018 17:14:01 +0100 Subject: GPU Texture: Add GL_RG16I format. --- source/blender/gpu/GPU_texture.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/gpu/GPU_texture.h') diff --git a/source/blender/gpu/GPU_texture.h b/source/blender/gpu/GPU_texture.h index 3ed9ab4bf2c..1b64d66469b 100644 --- a/source/blender/gpu/GPU_texture.h +++ b/source/blender/gpu/GPU_texture.h @@ -67,6 +67,7 @@ typedef enum GPUTextureFormat { GPU_RGBA8, GPU_RG32F, GPU_RG16F, + GPU_RG16I, GPU_R32F, GPU_R16F, GPU_RG8, @@ -82,7 +83,6 @@ typedef enum GPUTextureFormat { GPU_RG32I, GPU_RG32UI, GPU_RG16, - GPU_RG16I, GPU_RG16UI, GPU_RG8I, GPU_RG8UI, -- cgit v1.2.3