| 201 | } |
| 202 | |
| 203 | void LowLevelContextData::beginDebugEvent(const char* name) |
| 204 | { |
| 205 | float blackColor[3] = {0.0f, 0.0f, 0.0f}; |
| 206 | getResourceCommandEncoder()->beginDebugEvent(name, blackColor); |
| 207 | } |
| 208 | |
| 209 | void LowLevelContextData::endDebugEvent() |
| 210 | { |