mirror of
https://github.com/EduApps-CDG/OpenDX
synced 2024-12-30 09:45:37 +01:00
[dxvk] Attachment clears do not need barriers
This commit is contained in:
parent
685023750d
commit
a35b128860
@ -239,8 +239,6 @@ namespace dxvk {
|
|||||||
|
|
||||||
m_cmd->cmdClearAttachments(
|
m_cmd->cmdClearAttachments(
|
||||||
1, &attachment, 1, &clearArea);
|
1, &attachment, 1, &clearArea);
|
||||||
|
|
||||||
// FIXME add barriers if required
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user