| 178 | } |
| 179 | |
| 180 | void GPUQueryDataDX11::Release() |
| 181 | { |
| 182 | SAFE_RELEASE(Query); |
| 183 | SAFE_RELEASE(TimerBeginQuery); |
| 184 | SAFE_RELEASE(DisjointQuery); |
| 185 | Result = 0; |
| 186 | State = Ready; |
| 187 | } |
| 188 | |
| 189 | GPUDevice* GPUDeviceDX11::Create() |
| 190 | { |
no outgoing calls
no test coverage detected