mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-11 05:38:31 +09:00
[Feat] (trace-replay): add Minecraft BSL shader fixture
This commit is contained in:
@@ -394,3 +394,13 @@ add_trace_replay_test_for_backends(minecraft-1.21.4-fabric-sodium-in-world
|
|||||||
HEIGHT 480
|
HEIGHT 480
|
||||||
TOLERANCE 20
|
TOLERANCE 20
|
||||||
FUZZ_PERCENT 20)
|
FUZZ_PERCENT 20)
|
||||||
|
|
||||||
|
add_trace_replay_test_for_backends(minecraft-1.21.4-fabric-iris-bsl-in-world
|
||||||
|
TRACE_ARCHIVE ${MOBILEGL_TRACE_ROOT}/fixtures/minecraft-1.21.4-fabric-iris-bsl-in-world.tgz
|
||||||
|
TRACE_FILE trace.trace
|
||||||
|
GOLDEN ${MOBILEGL_TRACE_ROOT}/fixtures/minecraft-1.21.4-fabric-iris-bsl-in-world.0000110725.png
|
||||||
|
TARGET_CALL 110725
|
||||||
|
WIDTH 854
|
||||||
|
HEIGHT 480
|
||||||
|
TOLERANCE 20
|
||||||
|
FUZZ_PERCENT 20)
|
||||||
|
|||||||
@@ -16,6 +16,9 @@ The bundled fixtures cover:
|
|||||||
- minecraft-1.21.4-fabric-sodium-in-world: captured from Minecraft 1.21.4 Fabric with Sodium after entering a
|
- minecraft-1.21.4-fabric-sodium-in-world: captured from Minecraft 1.21.4 Fabric with Sodium after entering a
|
||||||
singleplayer world with Fancy graphics.
|
singleplayer world with Fancy graphics.
|
||||||

|

|
||||||
|
- minecraft-1.21.4-fabric-iris-bsl-in-world: captured from Minecraft 1.21.4 Fabric with Sodium, Iris, and BSL
|
||||||
|
Shaders after entering a singleplayer world.
|
||||||
|

|
||||||
|
|
||||||
Build from the MobileGL repository root:
|
Build from the MobileGL repository root:
|
||||||
|
|
||||||
|
|||||||
BIN
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user