EEVEE-Next: Merge UBOs #112046

Merged
Miguel Pozo merged 8 commits from pragma37/blender:pull-eevee-merge-ubos into main 2023-09-08 21:03:45 +02:00
1 changed files with 3 additions and 0 deletions
Showing only changes of commit 322147c922 - Show all commits

View File

@ -1161,6 +1161,9 @@ struct RayTraceData {
bool1 skip_denoise;
/** Closure being ray-traced. */
eClosureBits closure_active;
int _pad0;
int _pad1;
int _pad2;
};
BLI_STATIC_ASSERT_ALIGN(RayTraceData, 16)