mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-22 21:55:52 +00:00
Add access for changing the 3D preview stage in mesh viewer
This commit is contained in:
@@ -572,6 +572,13 @@ buffer view.
|
||||
)");
|
||||
virtual void SetCurrentView(int32_t view) = 0;
|
||||
|
||||
DOCUMENT(R"(For a mesh view, set the current preview stage. This is ignored when called on a raw
|
||||
buffer view.
|
||||
|
||||
:param MeshDataStage stage: The stage to show
|
||||
)");
|
||||
virtual void SetPreviewStage(MeshDataStage stage) = 0;
|
||||
|
||||
protected:
|
||||
IBufferViewer() = default;
|
||||
~IBufferViewer() = default;
|
||||
|
||||
Reference in New Issue
Block a user