Skip to content

Commit

Permalink
[hgiVulkan] Enable image diff for testHgiVulkanCommand.
Browse files Browse the repository at this point in the history
Fixes #2851

(Internal change: 2330271)
  • Loading branch information
clach authored and pixar-oss committed Jun 11, 2024
1 parent 3f4e37c commit 76838da
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pxr/imaging/hgiVulkan/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@ pxr_install_test_dir(
)
pxr_register_test(testHgiVulkanCommand
COMMAND "${CMAKE_INSTALL_PREFIX}/tests/testHgiCommand --write testHgiVulkanCommand_triangle.png"
# IMAGE_DIFF_COMPARE
# testHgiVulkanCommand_triangle.png
# FAIL 1
# FAIL_PERCENT 0.001
# PERCEPTUAL
IMAGE_DIFF_COMPARE
testHgiVulkanCommand_triangle.png
FAIL 1
FAIL_PERCENT 0.001
PERCEPTUAL
EXPECTED_RETURN_CODE 0
ENV
HGI_ENABLE_VULKAN=1
Expand Down

0 comments on commit 76838da

Please sign in to comment.