lodAverage
A Boolean value that specifies whether the GPU can use an average level of detail (LOD) when sampling from a texture.
Declaration
var lodAverage: Bool { get set }Discussion
If this value is true, an average LOD may be used across four fragment shader threads. If this value is false, no averaging is performed and each thread accesses its own LOD.
The default value is false.