protonscr

Support for D3D12_HEAP_FLAG_ALLOW_WRITE_WATCH

vkd3dclosed
HansKristian-Work/vkd3d-proton#373 · opened 2020-11-08 by misyltoad · updated 2021-03-18 · 0 comments · github
Mmisyltoad 2020-11-08 github

Needed for D3D12 apitrace.

This indicates that the memory of the heap is allocated with MEM_WRITE_WATCH which allows page-level granularity dirty tracking on the memory.

We should probably do this via a host pointer import allocated with MEM_WRITE_WATCH.

Nothing extracted yet.