------------------------------------------------------------------------------
| 469 | |
| 470 | //------------------------------------------------------------------------------ |
| 471 | wgpu::Device vtkWebGPUConfiguration::GetDevice() |
| 472 | { |
| 473 | return this->Internals->Device; |
| 474 | } |
| 475 | |
| 476 | //------------------------------------------------------------------------------ |
| 477 | wgpu::Instance vtkWebGPUConfiguration::GetInstance() |
no outgoing calls
no test coverage detected