Skip to content

Commit

Permalink
Merge pull request #18125 from martinwinter-huawei/fix_device_build_f…
Browse files Browse the repository at this point in the history
…lags_AS

Fix missing build flags passed to DeviceRayTracingBlasDescriptor
  • Loading branch information
gadams3 authored Jul 15, 2024
2 parents 2729ca9 + 301f6f1 commit 13ac21f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ namespace AZ::RHI
->IndexBuffer(geometry.m_IndexBuffer.GetDeviceIndexBufferView(deviceIndex));
}

descriptor.BuildFlags(m_BuildFlags);

if(m_aabb.has_value())
{
descriptor.AABB(m_aabb.value());
Expand Down

0 comments on commit 13ac21f

Please sign in to comment.