Commit cb14da4
committed
Add "bind_descriptor_tables" event when D3D12 root signature is changed again
This reverts commit bc928d6, as applications may do things like "Set*RootSignature" -> "SetPipelineState" -> "Set*RootDescriptorTable" and without this event an add-on attempting to save and restore state in the "SetPipelineState" call would overwrite the root signature to a previous value1 parent 5018887 commit cb14da4
1 file changed
+18
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
477 | 477 | | |
478 | 478 | | |
479 | 479 | | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
480 | 489 | | |
481 | 490 | | |
482 | 491 | | |
483 | 492 | | |
484 | 493 | | |
485 | 494 | | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
486 | 504 | | |
487 | 505 | | |
488 | 506 | | |
| |||
0 commit comments