------------------------------------------------------------------------------
| 425 | |
| 426 | //------------------------------------------------------------------------------ |
| 427 | vtkMTimeType vtkWebGPUBatchedPolyDataMapper::GetMTime() |
| 428 | { |
| 429 | if (this->Parent) |
| 430 | { |
| 431 | return std::max(this->Superclass::GetMTime(), this->Parent->GetMTime()); |
| 432 | } |
| 433 | else |
| 434 | { |
| 435 | return this->Superclass::GetMTime(); |
| 436 | } |
| 437 | } |
| 438 | |
| 439 | //------------------------------------------------------------------------------ |
| 440 | void vtkWebGPUBatchedPolyDataMapper::ReleaseGraphicsResources(vtkWindow* w) |
no test coverage detected