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_ACCEPT_FIRST_HIT_AND_END_SEARCH¶

Description¶

Accepts the first intersection found and skips searching for closer hits.

Signature¶

static const uint RAY_FLAG_ACCEPT_FIRST_HIT_AND_END_SEARCH = 0x04;
On this page
  • RAY_FLAG_ACCEPT_FIRST_HIT_AND_END_SEARCH
    • Description
    • Signature