Fix #30139: multi render layer not working with CUDA render, due to padding error

in render pass code.
This commit is contained in:
Brecht Van Lommel 2012-02-15 14:32:07 +00:00
parent 47d1c813d0
commit 2e752dea2f

@ -450,6 +450,8 @@ typedef struct KernelFilm {
int pass_emission; int pass_emission;
int pass_background; int pass_background;
int pass_pad1;
int pass_pad2;
} KernelFilm; } KernelFilm;
typedef struct KernelBackground { typedef struct KernelBackground {