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-03-14 00:36:24 +0300
committerClément Foucault <foucault.clem@gmail.com>2018-03-14 14:41:00 +0300
commitf7f3b08977490e5ed2da93e46a1fce90a0630cff (patch)
treedd7e9b7c53ab47589294bb72251148991c8a8075 /source/blender/gpu/GPU_texture.h
parente7c3c46e8902a214c12f2cba70790646a6fcfda6 (diff)
GPUTexture: Unlock GL_R16I 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 486af0a8a74..0fde0edcf2b 100644
--- a/source/blender/gpu/GPU_texture.h
+++ b/source/blender/gpu/GPU_texture.h
@@ -70,6 +70,7 @@ typedef enum GPUTextureFormat {
GPU_RG16I,
GPU_R32F,
GPU_R16F,
+ GPU_R16I,
GPU_RG8,
GPU_R8,
#if 0
@@ -88,7 +89,6 @@ typedef enum GPUTextureFormat {
GPU_RG8UI,
GPU_R32I,
GPU_R32UI,
- GPU_R16I,
GPU_R16UI,
GPU_R16,
GPU_R8I,