- Notifications
You must be signed in to change notification settings - Fork 805
Closed
Labels
Milestone
Description
Templated ByteAddressBuffer loads will generate a compiler error if used to load a struct containing an enumeration value (Explicit template arguments on intrinsic Load must be a single numeric type). We currently work around this issue by storing enums as plain uint, but it would be nice if it would work with the enumeration type directly.
Sample Program: https://godbolt.org/z/GvGzb16Ej
Related to #4735
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Triaged