10-30-2011, 05:55 AM
[/quote]
This is a strange error message. It is referring texture2DProj but this function should not be used for a version 140...
Could you try to change jpcsp/graphics/shader.frag, line 73:
Old:
New:
Thanks!
[/quote]
Hi gid15
I have no idea why my previous account was been banned by system,
but it is not important for this case.
After upgrade ATI driver to catalyst 1.19, this error message was disappeared, but another message display , the new error log shows "Validation failed! - Different sampler types for same sample texture unit in fragment shader.", As I know, this is a bug of ATI driver, hope this problem would fix in new driver. debug log attached
Thanks
This is a strange error message. It is referring texture2DProj but this function should not be used for a version 140...
Could you try to change jpcsp/graphics/shader.frag, line 73:
Old:
Code:
#define TEXTURE_2D_PROJ texture2DProj
Code:
#define TEXTURE_2D_PROJ textureProj
[/quote]
Hi gid15
I have no idea why my previous account was been banned by system,
but it is not important for this case.
After upgrade ATI driver to catalyst 1.19, this error message was disappeared, but another message display , the new error log shows "Validation failed! - Different sampler types for same sample texture unit in fragment shader.", As I know, this is a bug of ATI driver, hope this problem would fix in new driver. debug log attached
Thanks