system.getInfo( "gpuSupportsHighPrecisionFragmentShaders" )

The documentation states:

if ( system.getInfo( “gpuSupportsHighPrecisionFragmentShaders” ) ) then
– This device should work with all effects
else
– This device may have problems with certain effects
end

Is there a list anywhere of which “certain effects” are relevant here?

There is not a list that I’m aware of.

Rob

There is not a list that I’m aware of.

Rob