MCPcopy Create free account
hub / github.com/baldurk/renderdoc / GetMeshPreview

Method GetMeshPreview

qrenderdoc/Windows/PythonShell.cpp:682–685  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

680 return InvokeRetFunction<ITextureViewer *>(&ICaptureContext::GetTextureViewer);
681 }
682 virtual IBufferViewer *GetMeshPreview() override
683 {
684 return InvokeRetFunction<IBufferViewer *>(&ICaptureContext::GetMeshPreview);
685 }
686 virtual IPipelineStateViewer *GetPipelineViewer() override
687 {
688 return InvokeRetFunction<IPipelineStateViewer *>(&ICaptureContext::GetPipelineViewer);

Callers 11

mainToolAreaMethod · 0.45
LoadInitialLayoutMethod · 0.45
jumpToPrimitiveMethod · 0.45
ShaderMessageViewerMethod · 0.45
on_meshView_clickedMethod · 0.45
on_meshView_clickedMethod · 0.45
on_meshView_clickedMethod · 0.45
on_meshView_clickedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected