MCPcopy Create free account
hub / github.com/Kitware/VTK / GetCommandEncoder

Method GetCommandEncoder

Rendering/WebGPU/vtkWebGPURenderWindow.cxx:187–190  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

185
186//------------------------------------------------------------------------------
187wgpu::CommandEncoder vtkWebGPURenderWindow::GetCommandEncoder()
188{
189 return this->CommandEncoder;
190}
191
192//------------------------------------------------------------------------------
193wgpu::TextureView vtkWebGPURenderWindow::GetOffscreenColorAttachmentView()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected