Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ALLOW_OPACITY_MICROMAPS template flag to RayQuery object (#339)
* Add ALLOW_OPACITY_MICROMAPS template flag to RayQuery object Inline raytracing needs to be aware OMMs may be used, just like non-inline raytracing does. Non-inline raytracing has RAYTRACING_PIPELINE_FLAG_ALLOW_OPACITY_MICROMAPS. But raytracing pipeline state doesn't apply to inline raytracing. So for in the inline case, add a RAYQUERY_FLAG_ALLOW_OPACITY_MICROMAPS flag to the template parameters for instantiating the RayQuery object. * Update 0024-opacity-micromaps.md wording clarification
- Loading branch information