| 1636 | } |
| 1637 | |
| 1638 | void EI_CommandContext::Dispatch(int numGroups) |
| 1639 | { |
| 1640 | commandBuffer->Dispatch(numGroups, 1, 1); |
| 1641 | } |
| 1642 | |
| 1643 | void EI_CommandContext::UpdateBuffer(EI_Resource* res, void* data) |
| 1644 | { |
nothing calls this directly
no outgoing calls
no test coverage detected