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
Comparison operators are not present in the RAII classes.
Since the normal HPP classes have them, they should probably be added to their RAII counterparts too.
The text was updated successfully, but these errors were encountered:
You're right, the comparison operators on the RAII classes are missing. Will add them asap.
In fact, due to the implicit cast operators to the underlying Vk-handles, the comparison operators on the vk-classes aren't needed at all! They will be removed.
Thanks a lot for the hint to the missing functions!
Comparison operators are not present in the RAII classes.
Since the normal HPP classes have them, they should probably be added to their RAII counterparts too.
The text was updated successfully, but these errors were encountered: