You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `Uint64 IRenderDeviceD3D12::GetNextFenceValue()` | returns the fence value that will be signaled by the GPU command queue when the next command list is submitted for execution |
65
67
| `Bool IRenderDeviceD3D12::IsFenceSignaled(Uint64 FenceValue)` | checks if the fence value has been signaled by the GPU. True means that all associated work has been finished |
66
68
| `void IRenderDeviceD3D12::FinishFrame()` | this method should be called at the end of the frame when attached to existing D3D12 device. Otherwise the method is automatically called before present |
0 commit comments