renamed to Size2u instead of Size2ui

This commit is contained in:
hyzboy 2023-09-29 02:58:38 +08:00
parent 09d9678e11
commit 5107b34d16
No known key found for this signature in database
GPG Key ID: 067EE4525D4FB6D3

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>;