Harbor

Changelog ad288cd16f7c

pin gpu phase 9 validation

@sky · 1 month ago · parent 58bd1833ee69
0 added 1 modified 0 deleted
gpu/tests/render_ir/diagnostics_test.odin +2 -0 modified
13 unchanged lines hidden
14 14 testing.expect_value(t, ir.format_code(.Invalid_Order), "RIR0006")
15 15 testing.expect_value(t, ir.format_code(.Unsupported), "RIR0007")
16 16 testing.expect_value(t, ir.format_code(.Invalid_Descriptor), "RIR0008")
17 + testing.expect_value(t, ir.format_code(.Resource_Feedback), "RIR0009")
18 + testing.expect_value(t, ir.format_code(.Access_Metadata_Missing), "RIR0010")
17 19 testing.expect_value(t, ir.format_code(.Internal_Error), "RIR9999")
18 20 }
19 21
94 unchanged lines hidden