| 1020 | } |
| 1021 | |
| 1022 | void CommandListWrapper::endTimerQuery(ITimerQuery* query) |
| 1023 | { |
| 1024 | if (!requireOpenState()) |
| 1025 | return; |
| 1026 | |
| 1027 | m_CommandList->endTimerQuery(query); |
| 1028 | } |
| 1029 | |
| 1030 | void CommandListWrapper::beginMarker(const char *name) |
| 1031 | { |
nothing calls this directly
no outgoing calls
no test coverage detected