| 4567 | } |
| 4568 | |
| 4569 | uint32_t TextureViewer::BaseCoordFromMip(int coord, const uint32_t dim) |
| 4570 | { |
| 4571 | return ::BaseCoordFromMip(coord, m_TexDisplay.subresource.mip, dim); |
| 4572 | } |
| 4573 | |
| 4574 | void TextureViewer::on_customCreate_clicked() |
| 4575 | { |
nothing calls this directly
no test coverage detected