Mark UAV writes appropriately in GL pixel history

This commit is contained in:
baldurk
2023-03-24 15:04:15 +00:00
parent b388aeb7b7
commit 75bfff3481
2 changed files with 6 additions and 3 deletions
+1
View File
@@ -731,6 +731,7 @@ rdcarray<EventUsage> QueryModifyingEvents(WrappedOpenGL *driver, GLPixelHistoryR
PixelModification mod;
RDCEraseEl(mod);
mod.eventId = events[i].eventId;
mod.directShaderWrite = isDirectWrite(events[i].usage);
history.push_back(mod);
modEvents.push_back(events[i]);