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:
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 92dc512e27d..a783a69ae6b 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_RG16I,
GPU_R32F,
+ GPU_R32UI,
GPU_R16F,
GPU_R16I,
GPU_R16UI,
@@ -89,7 +90,6 @@ typedef enum GPUTextureFormat {
GPU_RG8I,
GPU_RG8UI,
GPU_R32I,
- GPU_R32UI,
GPU_R16,
GPU_R8I,
GPU_R8UI,