Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
Slang Documentation
Slang Documentation
Back to top
View this page

RAY_FLAG_SKIP_CLOSEST_HIT_SHADER¶

Description¶

Skips execution of closest hit shaders, useful for shadow rays.

Signature¶

static const uint RAY_FLAG_SKIP_CLOSEST_HIT_SHADER = 0x08;
On this page
  • RAY_FLAG_SKIP_CLOSEST_HIT_SHADER
    • Description
    • Signature