GTA Stories, no backface culling
|
06-27-2022, 02:28 AM
Post: #2
|
|||
|
|||
RE: GTA Stories, no backface culling
PPSSPP asks your driver to use backface culling whenever the game requests it. So if it's really that, it probably means an issue in your graphics driver. You might want to try other graphics backends, such as Vulkan or Direct3D 11.
There is an issue with some older drivers, including some Intel drivers, where they don't support a type of triangle culling the PSP did. This is different from backface culling (which is culled based on the order the points of the triangle are specified in) and has to do with their depth value. For these, try making sure you're using the latest git build, and turn off "hardware transform" in the settings. -[Unknown] |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
GTA Stories, no backface culling - N-Chiri - 06-26-2022, 03:03 PM
RE: GTA Stories, no backface culling - [Unknown] - 06-27-2022 02:28 AM
|