diff options
Diffstat (limited to 'slang.h')
| -rw-r--r-- | slang.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -626,6 +626,12 @@ extern "C" SLANG_STAGE_GEOMETRY, SLANG_STAGE_FRAGMENT, SLANG_STAGE_COMPUTE, + SLANG_STAGE_RAY_GENERATION, + SLANG_STAGE_INTERSECTION, + SLANG_STAGE_ANY_HIT, + SLANG_STAGE_CLOSEST_HIT, + SLANG_STAGE_MISS, + SLANG_STAGE_CALLABLE, // alias: SLANG_STAGE_PIXEL = SLANG_STAGE_FRAGMENT, |
