benchmark: fix image loading
This commit is contained in:
parent
c64dc3672a
commit
7fbb620f70
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ namespace benchmark {
|
|||
}
|
||||
|
||||
image_rgba8 const& dest = util::get<image_rgba8>(reader1->read(0,0,reader1->width(), reader1->height()));
|
||||
image_rgba8 const& src = util::get<image_rgba8>(reader1->read(0,0,reader1->width(), reader1->height()));
|
||||
image_rgba8 const& src = util::get<image_rgba8>(reader2->read(0,0,reader2->width(), reader2->height()));
|
||||
|
||||
unsigned int width = src.width();
|
||||
unsigned int height = src.height();
|
||||
|
|
Loading…
Add table
Reference in a new issue