| 1085 | } |
| 1086 | |
| 1087 | void Fence::Clear(uint64 fenceValue) |
| 1088 | { |
| 1089 | Assert_(D3DFence != nullptr); |
| 1090 | D3DFence->Signal(fenceValue); |
| 1091 | } |
| 1092 | |
| 1093 | // == Texture ==================================================================================== |
| 1094 |
no test coverage detected