Skip to content

Commit f0aa7db

Browse files
jaladreipsigcbot
authored andcommitted
Fix leaftype bug with how rayquery return data is handled
Fix leaftype bug with how rayquery return data is handled
1 parent d3f775c commit f0aa7db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IGC/AdaptorCommon/RayTracing/RTStackFormat.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,6 @@ static_assert(offsetof(RTStack2<Xe>, ray1) == 64 + 64, "unexpected offse
656656
static_assert(offsetof(RTStack2<Xe>, travStack) == 192, "unexpected offset!");
657657

658658

659-
660659
/////////////// BVH structures ///////////////
661660

662661
enum NodeType : uint8_t
@@ -1115,6 +1114,7 @@ enum CANDIDATE_TYPE : uint32_t
11151114
CANDIDATE_PROCEDURAL_PRIMITIVE
11161115
};
11171116

1117+
11181118
} // namespace RTStackFormat
11191119

11201120

0 commit comments

Comments
 (0)