Kai

Results 9 comments of Kai

```return func[off1] * (1.f - d) + func[off2] * d;```

@martincapello same problem, how to solve this? thanks

@poweifeng Inter UHD Graphics

one more question, can setExternalImage of texture be used for android platform? I see this only in filament' iOS demo.

@pixelflinger the device is OnePlus 5T, https://www.gsmarena.com/oneplus_5t-8912.php. I switched to importTexture, and it is smooth.

@z3moon Sorry for the missing information. 1. it is a delay, usually 10000+ms; 2. filament 1.56.6; 3. reproduction rate is less that 1%; 4. Metal, ios; 5. we create a...

@pixelflinger this one https://github.com/google/filament/pull/9377?

I think it is not our case since we use filament 1.56.6 where FrameInfoImpl does not have a fence as member; https://github.com/google/filament/blob/51e0607b42374efa14412473c45022f2ea65f60a/filament/src/FrameInfo.h#L62 Would you please take a look at the...