Skip to content

Commit

Permalink
use buildTools to generate new headers & update them according to htt…
Browse files Browse the repository at this point in the history
  • Loading branch information
AnastaZIuk committed Apr 29, 2024
1 parent 5f1fd85 commit e4b70d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/spirv/unified1/spirv.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2938,6 +2938,7 @@ inline RawAccessChainOperandsMask operator&(RawAccessChainOperandsMask a, RawAcc
inline RawAccessChainOperandsMask operator^(RawAccessChainOperandsMask a, RawAccessChainOperandsMask b) { return RawAccessChainOperandsMask(unsigned(a) ^ unsigned(b)); }
inline RawAccessChainOperandsMask operator~(RawAccessChainOperandsMask a) { return RawAccessChainOperandsMask(~unsigned(a)); }
#endif

} // end namespace spv

#endif // #ifndef spirv_HPP
Expand Down
1 change: 1 addition & 0 deletions include/spirv/unified1/spirv.hpp11
Original file line number Diff line number Diff line change
Expand Up @@ -2938,6 +2938,7 @@ constexpr RawAccessChainOperandsMask operator&(RawAccessChainOperandsMask a, Raw
constexpr RawAccessChainOperandsMask operator^(RawAccessChainOperandsMask a, RawAccessChainOperandsMask b) { return RawAccessChainOperandsMask(unsigned(a) ^ unsigned(b)); }
constexpr RawAccessChainOperandsMask operator~(RawAccessChainOperandsMask a) { return RawAccessChainOperandsMask(~unsigned(a)); }
#endif

} // end namespace spv

#endif // #ifndef spirv_HPP
Expand Down

0 comments on commit e4b70d0

Please sign in to comment.