[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
1 changed files with 0 additions and 2 deletions

View File

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