We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a73014c commit 977aac0Copy full SHA for 977aac0
include/nbl/ext/ImGui/ImGui.h
@@ -91,6 +91,9 @@ class UI final : public core::IReferenceCounted
91
92
//! optional, default MDI buffer allocated if not provided
93
core::smart_refctd_ptr<typename SMdiBuffer::compose_t> streamingBuffer = nullptr;
94
+
95
+ //! optional, default single one
96
+ uint32_t viewportCount = 1u;
97
};
98
99
struct SCreationParameters : public SCachedCreationParams
0 commit comments