mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 16:25:58 +03:00
[GH-ISSUE #2306] [APP BUG]: CUSA03219 Star Ocean, unsupported texture format #783
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#783
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mailwl on GitHub (Jan 31, 2025).
Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/2306
Checklist
Describe the Bug
The game uses texture data format BC6 with num format Float:
Looks like Vulcan doesn't support such textures, is it possible to decompress such texture by hands to one of supported texture type, may be raw format? or same bc6 but Snorm, by normalizing floats (in case if raw will waste too many memory)?
beside it this sony-exclusive game runs smoothly
Reproduction Steps
Just run game and wait
Expected Behavior
No response
Specify OS Version
Windows 11
@Hermiten commented on GitHub (Feb 12, 2025):
Hello, I'm closing this one, this is now tagged with a label and also present in the wiki:
https://github.com/shadps4-emu/shadPS4/wiki/III.-Guide-of%EF%BC%9CCritical%EF%BC%9Elog
Thanks you