------------------------------------------------------------------------------
| 185 | |
| 186 | //------------------------------------------------------------------------------ |
| 187 | wgpu::CommandEncoder vtkWebGPURenderWindow::GetCommandEncoder() |
| 188 | { |
| 189 | return this->CommandEncoder; |
| 190 | } |
| 191 | |
| 192 | //------------------------------------------------------------------------------ |
| 193 | wgpu::TextureView vtkWebGPURenderWindow::GetOffscreenColorAttachmentView() |
no outgoing calls
no test coverage detected