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:
parent
15fca0b0b1
commit
8dfe7088fd
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user