| 440 | } |
| 441 | |
| 442 | bool ModelView::MouseScrollUpdate(double xoffset, double yoffset) |
| 443 | { |
| 444 | m_camera->MouseScrollUpdate(xoffset, yoffset); |
| 445 | return true; |
| 446 | } |
| 447 | |
| 448 | void ModelView::SetTexture(nvrhi::ITexture* texture, bool isSRGB, int slot, bool right) |
| 449 | { |
nothing calls this directly
no outgoing calls
no test coverage detected