// If SSAO is disable, simply put a white 1x1 texture
if(settings.enable==false||isForward)
{
cmd.SetGlobalTexture(Uniforms._AOBuffer,UnityEngine.Rendering.PostProcessing.RuntimeUtilities.blackTexture);// Neutral is black, see the comment in the shaders
cmd.SetGlobalTexture(HDShaderIDs._AmbientOcclusionTexture,UnityEngine.Rendering.PostProcessing.RuntimeUtilities.blackTexture);// Neutral is black, see the comment in the shaders