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>2020-07-27 14:37:14 +0300
committerClément Foucault <foucault.clem@gmail.com>2020-07-27 14:37:22 +0300
commit0b04f0e4e63ff88e493bedb6bd9ea4fe5b3557ca (patch)
treebe7c2a550cdd64c8d4c27ce030df7d75b13320d0 /source/blender/makesdna/DNA_image_types.h
parentbfeb94ecccbf9222ef46294db88ca678e3c529fc (diff)
GPU: Fix crash and missing texture due to recent C++ port
Fix T79306 DRW: small issues with yesterday commits modifying TEXTARGET Fix T79303 Image texture node crashes EEVEE when connected to a shader output
Diffstat (limited to 'source/blender/makesdna/DNA_image_types.h')
-rw-r--r--source/blender/makesdna/DNA_image_types.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/source/blender/makesdna/DNA_image_types.h b/source/blender/makesdna/DNA_image_types.h
index d01933348de..20357fc1099 100644
--- a/source/blender/makesdna/DNA_image_types.h
+++ b/source/blender/makesdna/DNA_image_types.h
@@ -117,14 +117,6 @@ typedef struct ImageTile {
#define IMA_NEED_FRAME_RECALC (1 << 3)
#define IMA_SHOW_STEREO (1 << 4)
-enum {
- TEXTARGET_2D = 0,
- TEXTARGET_CUBE_MAP,
- TEXTARGET_2D_ARRAY,
- TEXTARGET_TILE_MAPPING,
- TEXTARGET_COUNT,
-};
-
typedef struct Image {
ID id;