Changeset View
Changeset View
Standalone View
Standalone View
source/blender/imbuf/intern/allocimbuf.c
| Context not available. | |||||
| #include <stddef.h> | #include <stddef.h> | ||||
| #include "IMB_imbuf.h" | #include "IMB_imbuf.h" | ||||
| #include "IMB_imbuf_types.h" | #include "DNA_imbuf_types.h" | ||||
| #include "IMB_allocimbuf.h" | #include "IMB_allocimbuf.h" | ||||
| #include "IMB_filetype.h" | #include "IMB_filetype.h" | ||||
| Context not available. | |||||
| tbuf.rect = ibuf2->rect; | tbuf.rect = ibuf2->rect; | ||||
| tbuf.rect_float = ibuf2->rect_float; | tbuf.rect_float = ibuf2->rect_float; | ||||
| tbuf.encodedbuffer = ibuf2->encodedbuffer; | tbuf.encodedbuffer = ibuf2->encodedbuffer; | ||||
| tbuf.rect_colorspace = ibuf2->rect_colorspace; | |||||
| tbuf.float_colorspace = ibuf2->float_colorspace; | |||||
| tbuf.zbuf = NULL; | tbuf.zbuf = NULL; | ||||
| tbuf.zbuf_float = NULL; | tbuf.zbuf_float = NULL; | ||||
| for (a = 0; a < IB_MIPMAP_LEVELS; a++) | for (a = 0; a < IB_MIPMAP_LEVELS; a++) | ||||
| Context not available. | |||||