You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the issue you see with the spec microsoft/DirectXShaderCompiler#5258 references bitfields not being handled correctly in the FlattenedTypeIterator which impacts how "Flattened" casts are implemented.
We have a related issue to specify explicit casts which includes flattened casts (#299), we also need to specify bitfield layout and behavior in casts.
Which document does this relate to?
Language
Describe the issue you see with the spec
microsoft/DirectXShaderCompiler#5258 references bitfields not being handled correctly in the FlattenedTypeIterator which impacts how "Flattened" casts are implemented.
We have a related issue to specify explicit casts which includes flattened casts (#299), we also need to specify bitfield layout and behavior in casts.
Additional context
See C++ Bit-fields
The text was updated successfully, but these errors were encountered: