| 224 | } |
| 225 | |
| 226 | uint ImageProgram::GetProgramId(SImage::EDataType Type, uint NbChannels) |
| 227 | { |
| 228 | return (NbChannels - 1) * SImage::NbDataTypes + Type; |
| 229 | } |
| 230 | |
| 231 | |
| 232 | // VectorProgram |
nothing calls this directly
no outgoing calls
no test coverage detected