Skip to content

Commit

Permalink
Compat: format reinterpretation
Browse files Browse the repository at this point in the history
address review nit from
#3211
  • Loading branch information
greggman committed Dec 6, 2023
1 parent 63b0072 commit 27a408f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ g.test('format_reinterpretation')
})
.fn(t => {
const { format } = t.params;
const info = kTextureFormatInfo[t.params.format];
const info = kTextureFormatInfo[format];

const formatPairs = [
{ format, viewFormats: [info.baseFormat!] },
Expand Down

0 comments on commit 27a408f

Please sign in to comment.