mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-20 11:35:45 +00:00
hot-fix: linear cubemaps check assert removed (verified)
This commit is contained in:
parent
047a115b3e
commit
f1becb2507
1 changed files with 0 additions and 1 deletions
|
@ -260,7 +260,6 @@ void ImageInfo::UpdateSize() {
|
|||
|
||||
switch (tiling_mode) {
|
||||
case AmdGpu::TilingMode::Display_Linear: {
|
||||
ASSERT(!props.is_cube);
|
||||
std::tie(mip_info.pitch, mip_info.size) =
|
||||
ImageSizeLinearAligned(mip_w, mip_h, bpp, num_samples);
|
||||
mip_info.height = mip_h;
|
||||
|
|
Loading…
Add table
Reference in a new issue