Beispiel #1
0
void Texture2::Load(const Image3ub& img, bool linear, bool mipmaps)
{
	Load(img.width(), img.height(), img.data(), linear, mipmaps);
}