Function: canRenderFloatTextures()
canRenderFloatTextures(): boolean
Only IPhone IOS cannot render float textures right now due to the lack of support for OES_texture_float_linear.
So we should not use float textures on IOS devices.
Returns
boolean
Defined in
packages/core/src/init.ts:160