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>2017-08-18 15:22:40 +0300
committerClément Foucault <foucault.clem@gmail.com>2017-08-18 16:07:17 +0300
commit91ab64f38f354664f714fe2dab0a3a3bff2b7e9e (patch)
tree122e02c42c5f330325345beafa77ee84f85f3c18 /source/blender/gpu/GPU_texture.h
parent95b1b7756d6e09b0bcf98c120de2b6552c1848be (diff)
GPU_texture : Add RG8 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 6d6c195c175..83872ccdf80 100644
--- a/source/blender/gpu/GPU_texture.h
+++ b/source/blender/gpu/GPU_texture.h
@@ -69,6 +69,7 @@ typedef enum GPUTextureFormat {
GPU_RG16F,
GPU_R32F,
GPU_R16F,
+ GPU_RG8,
GPU_R8,
#if 0
GPU_RGBA32I,
@@ -83,7 +84,6 @@ typedef enum GPUTextureFormat {
GPU_RG16,
GPU_RG16I,
GPU_RG16UI,
- GPU_RG8,
GPU_RG8I,
GPU_RG8UI,
GPU_R32I,