renamed to Size2u instead of Size2ui

This commit is contained in:
2023-09-29 02:58:38 +08:00
parent 09d9678e11
commit 5107b34d16

View File

@@ -104,7 +104,7 @@ namespace hgl
};//template<typename T> struct Size2
using Size2i =Size2<int>;
using Size2ui =Size2<uint>;
using Size2u =Size2<uint>;
using Size2s =Size2<int16>;
using Size2us =Size2<uint16>;
using Size2f =Size2<float>;