| 220 | } |
| 221 | |
| 222 | unsigned int FilmImpl::GetChannelCount(const FilmChannelType type) const { |
| 223 | return GetSLGFilm()->GetChannelCount((slg::Film::FilmChannelType)type); |
| 224 | } |
| 225 | |
| 226 | const float *FilmImpl::GetChannelFloat(const FilmChannelType type, |
| 227 | const unsigned int index, const bool executeImagePipeline) { |
no outgoing calls
no test coverage detected