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-30 17:15:01 +0300
committerClément Foucault <foucault.clem@gmail.com>2018-04-30 17:39:26 +0300
commit0a73000dfc1d5a7ca286f21a3c3021943b45bc60 (patch)
tree8ceb97788ccc6ea6e1c560cb06665f36d6d439e4 /source/blender/gpu/GPU_texture.h
parenteb7188802daf5909351d8a3c01b68303b655c1bc (diff)
GPUTexture: Add support for GPU_RG16.
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 f6fe4fe28e5..a64b0a0a862 100644
--- a/source/blender/gpu/GPU_texture.h
+++ b/source/blender/gpu/GPU_texture.h
@@ -68,6 +68,7 @@ typedef enum GPUTextureFormat {
GPU_RG32F,
GPU_RG16F,
GPU_RG16I,
+ GPU_RG16,
GPU_R32F,
GPU_R32UI,
GPU_R16F,
@@ -85,7 +86,6 @@ typedef enum GPUTextureFormat {
GPU_RGBA8UI,
GPU_RG32I,
GPU_RG32UI,
- GPU_RG16,
GPU_RG16UI,
GPU_RG8I,
GPU_RG8UI,