mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-24 13:57:17 -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();
|
||||
|
||||
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) {
|
||||
std::cout << "PASSED!" << std::endl;
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue