| 140 | } |
| 141 | |
| 142 | Float2* GetSamplesForType(uint64 pixelIdx, uint64 typeIdx) |
| 143 | { |
| 144 | const uint64 startIdx = ArrayIndex(pixelIdx, typeIdx, 0); |
| 145 | return &Samples[startIdx]; |
| 146 | } |
| 147 | |
| 148 | const Float2* GetSamplesForType(uint64 pixelIdx, uint64 typeIdx) const |
| 149 | { |
no outgoing calls
no test coverage detected