Compare commits
1 Commits
lanobu
...
macos-sqbu
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
aa62e1632d |
@@ -6,6 +6,7 @@
|
||||
|
||||
#include <ctime>
|
||||
#include <fstream>
|
||||
#include <sstream>
|
||||
#include <iomanip>
|
||||
|
||||
#include <fmt/chrono.h>
|
||||
|
||||
@@ -1383,8 +1383,8 @@ void TextureCacheRuntime::CopyImage(Image& dst, Image& src,
|
||||
}
|
||||
#endif
|
||||
auto oneCopy = VideoCommon::ImageCopy{
|
||||
.src_offset = VideoCommon::Offset3D(0, 0, 0),
|
||||
.dst_offset = VideoCommon::Offset3D(0, 0, 0),
|
||||
.src_offset = VideoCommon::Offset3D{0, 0, 0},
|
||||
.dst_offset = VideoCommon::Offset3D{0, 0, 0},
|
||||
.extent = dst.info.size
|
||||
};
|
||||
return ReinterpretImage(dst, src, std::span{&oneCopy, 1});
|
||||
|
||||
Reference in New Issue
Block a user