I'm using POCO M4 with Mali-G57, import 2 pbr shader and none of them work because deffered technical preview renderer are greyed out, also an error pack.incompatible.graphics.pbr in each pack import log (on notification window, it says import successful with warning in each of them)
List PBR test shader :
Vanilla PBR-Light
Lynx Deffered PBR
• I also have a test phone with adreno 512 and it worked fine but not with the one with Mali
Attachments
Comments 2
The missing translation key error is being tracked in MCPE-176219
POCO M4 with mali-g57 doesn't meet one of minimum requirement of
GL_MAX_COMPUTE_WORK_GROUP_INVOCATIONS ≥ 256
It's 128 for mali-g57 that's why it's not supported and you're getting the warning. However for adreno 512 it's 1024 and it's supported. So it's not a bug just translation is missing for warning pack.incompatible.graphics.pbr.