added DrawGeometryRGB8 define.
This commit is contained in:
parent
a5d8d578e7
commit
004bfa7e73
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user