Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Foucault <foucault.clem@gmail.com>2018-01-13 19:14:01 +0300
committerClément Foucault <foucault.clem@gmail.com>2018-01-15 17:39:03 +0300
commitf5e2d4209234d41cade98660e2e51a06940005e1 (patch)
tree8db8b3d0cb0e38fd805cf85466c9b97d7455068f /source/blender/gpu/GPU_texture.h
parent5e6c86cb1fdd3083da331f94424a9fe82704593e (diff)
GPU Texture: Add GL_RG16I format.
Diffstat (limited to 'source/blender/gpu/GPU_texture.h')
-rw-r--r--source/blender/gpu/GPU_texture.h2
1 files changed, 1 insertions, 1 deletions
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,