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-04-16 20:33:09 +0300
committerClément Foucault <foucault.clem@gmail.com>2018-04-16 20:38:58 +0300
commitc2d4ba2ff54b47a8053c8dd19411186d2a050115 (patch)
treec9c407c50a2eba66c0fbe7151bba328996e71074 /source/blender/gpu/GPU_texture.h
parentdccda1fe434e3e3af47c44720cfedc9c1c4ccf52 (diff)
GPU/DRW: Add GPU_R16UI 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 57185d2f39e..92dc512e27d 100644
--- a/source/blender/gpu/GPU_texture.h
+++ b/source/blender/gpu/GPU_texture.h
@@ -71,6 +71,7 @@ typedef enum GPUTextureFormat {
GPU_R32F,
GPU_R16F,
GPU_R16I,
+ GPU_R16UI,
GPU_RG8,
GPU_R8,
#if 0
@@ -89,7 +90,6 @@ typedef enum GPUTextureFormat {
GPU_RG8UI,
GPU_R32I,
GPU_R32UI,
- GPU_R16UI,
GPU_R16,
GPU_R8I,
GPU_R8UI,