| 1173 | } |
| 1174 | |
| 1175 | void SurfaceDrawCallHandler::GetHash(const DrawCall& drawCall, uint32& batchKey) |
| 1176 | { |
| 1177 | batchKey = (batchKey * 397) ^ ::GetHash(drawCall.Surface.Lightmap); |
| 1178 | } |
| 1179 | |
| 1180 | bool SurfaceDrawCallHandler::CanBatch(const DrawCall& a, const DrawCall& b, DrawPass pass) |
| 1181 | { |
no test coverage detected