[PR #3517] [MERGED] Adjust 'image view type' error log #3533

Closed
opened 2026-02-27 22:04:03 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/3517
Author: @DanielSvoboda
Created: 9/4/2025
Status: Merged
Merged: 9/4/2025
Merged by: @squidbus

Base: mainHead: main


📝 Commits (2)

📊 Changes

1 file changed (+3 additions, -1 deletions)

View changed files

📝 src/video_core/texture_cache/image_view.cpp (+3 -1)

📄 Description

Adjusted the Vulkan error log to correctly display the image type instead of repeating the view type.

I was previously receiving this log
[Render.Vulkan] <Error> image_view.cpp:128 ImageView: image view type 1D is incompatible with image type 1D

With this modification, it now looks like this:
[Render.Vulkan] <Error> image_view.cpp:130 ImageView: image view type Color1D is incompatible with image type Color2D


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/3517 **Author:** [@DanielSvoboda](https://github.com/DanielSvoboda) **Created:** 9/4/2025 **Status:** ✅ Merged **Merged:** 9/4/2025 **Merged by:** [@squidbus](https://github.com/squidbus) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`14431b7`](https://github.com/shadps4-emu/shadPS4/commit/14431b7f9caa231cd866f17cb5a6f596c569c244) Adjust 'image view type' error log - [`6b145b5`](https://github.com/shadps4-emu/shadPS4/commit/6b145b5cd6c32ae766599fbc2736c133eee1fe7d) + ### 📊 Changes **1 file changed** (+3 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/video_core/texture_cache/image_view.cpp` (+3 -1) </details> ### 📄 Description Adjusted the Vulkan error log to correctly display the image type instead of repeating the view type. I was previously receiving this log `[Render.Vulkan] <Error> image_view.cpp:128 ImageView: image view type 1D is incompatible with image type 1D` With this modification, it now looks like this: `[Render.Vulkan] <Error> image_view.cpp:130 ImageView: image view type Color1D is incompatible with image type Color2D` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:04:03 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#3533
No description provided.