1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-18 20:52:10 +01:00

[dxvk] Fixed silly typo

This commit is contained in:
Philip Rebohle 2018-04-13 17:06:58 +02:00
parent 15fca0b0b1
commit 8dfe7088fd
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -33,8 +33,8 @@ namespace dxvk {
"\n Type: ", info.imageType,
"\n Format: ", info.format,
"\n Extent: ", "(", info.extent.width,
",", info.extent.width,
",", info.extent.width, ")",
",", info.extent.height,
",", info.extent.depth, ")",
"\n Mip levels: ", info.mipLevels,
"\n Array layers: ", info.arrayLayers,
"\n Samples: ", info.samples,