mirror of
https://github.com/yuzu-emu/FasTC
synced 2024-11-23 15:13:59 +00:00
Allow FasTC::Image<Color>
This commit is contained in:
parent
a4a289c177
commit
0add6a5ee9
1 changed files with 2 additions and 0 deletions
|
@ -49,6 +49,7 @@
|
|||
#include <cassert>
|
||||
#include <cmath>
|
||||
|
||||
#include "Color.h"
|
||||
#include "Pixel.h"
|
||||
|
||||
template <typename T>
|
||||
|
@ -288,5 +289,6 @@ void Image<PixelType>::SetImageData(uint32 width, uint32 height, PixelType *data
|
|||
}
|
||||
|
||||
template class Image<Pixel>;
|
||||
template class Image<Color>;
|
||||
|
||||
} // namespace FasTC
|
||||
|
|
Loading…
Reference in a new issue