added DrawGeometryRGB8 define.

This commit is contained in:
HuYingzhuo(hugo/hyzboy) 2023-09-15 20:15:56 +08:00
parent a5d8d578e7
commit 004bfa7e73

View File

@ -474,6 +474,7 @@ namespace hgl
};//template<typename T,uint CHANNELS> class DrawGeometry
using DrawGeometryU32=DrawGeometry<uint32,BitmapU32>;
using DrawGeometryRGB8=DrawGeometry<Vector3u8,BitmapRGB8>;
using DrawGeometryRGBA8=DrawGeometry<Vector4u8,BitmapRGBA8>;
}//namespace bitmap
}//namespace hgl