I just upgraded to Xcode 14.3.
I have started seeing the following debug message show up in my console and I am not sure why.
[GPUDebug] Null texture access executing kernel function "ColorCorrection" encoder: "Keyframing.SurfaceWarpFuser.InverseWarpKeyframe", dispatch: 2
It seems Metal related, but I am very confused by it. My project uses a very minimal amount of Metal. Only to get depth data from ARKit and to draw points, and I definitely do NOT have any kernel functions named ColorCorrection or an encoder named "Keyframing.SurfaceWarpFuser.InverseWarpKeyframe"
I haven't changed any of my metal code, so I don't know if this is something bigger I should be concerned about.
Sincerely,
Stan