1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-31 05:52:11 +01:00

[dxvk] Attachment clears do not need barriers

This commit is contained in:
Philip Rebohle 2017-12-09 01:25:52 +01:00
parent 685023750d
commit a35b128860

View File

@ -239,8 +239,6 @@ namespace dxvk {
m_cmd->cmdClearAttachments(
1, &attachment, 1, &clearArea);
// FIXME add barriers if required
}