| 895 | // == Fence ======================================================================================= |
| 896 | |
| 897 | Fence::~Fence() |
| 898 | { |
| 899 | Assert_(D3DFence == nullptr); |
| 900 | Shutdown(); |
| 901 | } |
| 902 | |
| 903 | void Fence::Init(uint64 initialValue) |
| 904 | { |
nothing calls this directly
no test coverage detected