Closed smeunier-amd closed 2 years ago
Support this case:
RWTexture2D<float4> g_RWAverages[6];
Before these changes, ensureTextureHasUsageFlag only processed g_RWAverages[0]. Now the whole range is processed.
ensureTextureHasUsageFlag
Support this case:
Before these changes,
ensureTextureHasUsageFlag
only processed g_RWAverages[0]. Now the whole range is processed.