Reverting changes not related to this PR

This commit is contained in:
moudgils
2021-05-28 08:55:03 -07:00
parent 2b35ed1d7f
commit 1b1a8c0c95
2 changed files with 3 additions and 2 deletions
@@ -20,7 +20,7 @@
ShaderResourceGroup PassSrg : SRG_PerPass
{
Texture2D<float4> m_inputTexture;
RWStructuredBuffer<uint> m_outputTexture;
RWBuffer<uint> m_outputTexture;
}
groupshared uint shared_histogramBins[NUM_HISTOGRAM_BINS];
@@ -12,5 +12,6 @@
"type": "Compute"
}
]
}
},
"DisabledRHIBackends": ["metal"]
}