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:
authorDaniel Dunbar <daniel@zuster.org>2006-04-02 22:11:02 +0400
committerDaniel Dunbar <daniel@zuster.org>2006-04-02 22:11:02 +0400
commit1d5cca805b05de9aac262b09c724d180e6eb3ffc (patch)
tree0a164b49f10c3701b70db1680ab54336f712b902 /source/blender/blenpluginapi
parent04a76534129a9374d7ca081e5d7f3ac4e4574586 (diff)
- fix some minor typing/redefinition errors, should
not be misconstrued as "working" by myself
Diffstat (limited to 'source/blender/blenpluginapi')
-rw-r--r--source/blender/blenpluginapi/iff.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/blenpluginapi/iff.h b/source/blender/blenpluginapi/iff.h
index f0d7a76f0f4..6ff84b11c39 100644
--- a/source/blender/blenpluginapi/iff.h
+++ b/source/blender/blenpluginapi/iff.h
@@ -146,12 +146,14 @@ typedef struct ImBuf{
char namenull;
int userflags;
int *zbuf;
+ float *zbuf_float; /**< z buffer data, camera coordinates */
void *userdata;
unsigned char *encodedbuffer;
unsigned int encodedsize;
unsigned int encodedbuffersize;
float *rect_float;
+ float dither; /**< random dither value, for conversion from float -> byte rect */
struct MEM_CacheLimiterHandle_s * c_handle;
int refcounter;