| 112 | } |
| 113 | |
| 114 | void PlanarView::SetPixelOffset(const float2 offset) |
| 115 | { |
| 116 | m_PixelOffset = offset; |
| 117 | m_CacheValid = false; |
| 118 | } |
| 119 | |
| 120 | void PlanarView::SetArraySlice(int arraySlice) |
| 121 | { |
nothing calls this directly
no outgoing calls
no test coverage detected