Cycles: Fix KernelIntegrator padding to 16-byte boundary

This commit is contained in:
2016-08-10 20:02:08 +02:00
parent 498b7bd7ce
commit 82e65abfef

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 {