mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-24 22:07:41 -04:00
minor update
This commit is contained in:
parent
2063eadf8c
commit
f32436a47e
1 changed files with 1 additions and 1 deletions
|
@ -545,7 +545,7 @@ int main(int argc, char *argv[]) {
|
||||||
cleanup();
|
cleanup();
|
||||||
|
|
||||||
if (reference_file) {
|
if (reference_file) {
|
||||||
auto errors = CompareImages(output_file, reference_file, FORMAT_A8R8G8B8);
|
auto errors = CompareImages(output_file, reference_file, FORMAT_A8R8G8B8, 1);
|
||||||
if (0 == errors) {
|
if (0 == errors) {
|
||||||
std::cout << "PASSED!" << std::endl;
|
std::cout << "PASSED!" << std::endl;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue