| 148 | } |
| 149 | |
| 150 | void SetCSShader(ID3D11DeviceContext* context, ID3D11ComputeShader* shader) |
| 151 | { |
| 152 | context->CSSetShader(shader, nullptr, 0); |
| 153 | } |
| 154 | |
| 155 | void SetCSConstants(ID3D11DeviceContext* context, ID3D11Buffer* constantBuffer, uint32 slot) |
| 156 | { |
no outgoing calls
no test coverage detected