mirror of
https://github.com/EduApps-CDG/OpenDX
synced 2024-12-30 09:45:37 +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