mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-20 05:43:12 +01:00
GL: Fixed texture formats.
This commit is contained in:
@@ -1413,7 +1413,7 @@ namespace bgfx
|
||||
{
|
||||
float rgba[4];
|
||||
unpack(rgba, &src[xx*srcBpp/8]);
|
||||
pack(&dst[xx*srcBpp/8], rgba);
|
||||
pack(&dst[xx*dstBpp/8], rgba);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user