| 1012 | } |
| 1013 | |
| 1014 | void CommandListWrapper::beginTimerQuery(ITimerQuery* query) |
| 1015 | { |
| 1016 | if (!requireOpenState()) |
| 1017 | return; |
| 1018 | |
| 1019 | m_CommandList->beginTimerQuery(query); |
| 1020 | } |
| 1021 | |
| 1022 | void CommandListWrapper::endTimerQuery(ITimerQuery* query) |
| 1023 | { |
nothing calls this directly
no outgoing calls
no test coverage detected