Cycles: Fix KernelIntegrator padding to 16-byte boundary

This commit is contained in:
Lukas Stockner 2016-08-10 20:02:08 +02:00
parent 498b7bd7ce
commit 82e65abfef
1 changed files with 2 additions and 1 deletions

View File

@ -1120,7 +1120,8 @@ typedef struct KernelIntegrator {
float volume_step_size;
int volume_samples;
int pad;
int pad1;
int pad2;
} KernelIntegrator;
typedef struct KernelBVH {