You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: include/nbl/ext/ImGui/ImGui.h
+22-22Lines changed: 22 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ class UI final : public core::IReferenceCounted
10
10
{
11
11
public:
12
12
//! Reserved font atlas indicies for default backend textures & samplers descriptor binding's array, remember you can still override font's indices at runtime and don't have to use those at all
//! Reserved indexes for default backend samplers descriptor binding's array - use only if you created your pipeline layout with createDefaultPipelineLayout. If you need more or custom samplers then create the pipeline layout yourself
16
16
enumclassDefaultSamplerIx : uint16_t
@@ -23,45 +23,45 @@ class UI final : public core::IReferenceCounted
23
23
24
24
structSResourceParameters
25
25
{
26
-
//! for a given pipeline layout we need to know what is intended for UI resources
27
-
structSBindingInfo
28
-
{
29
-
//! descriptor set index for a resource
30
-
uint32_t setIx,
26
+
//! for a given pipeline layout we need to know what is intended for UI resources
0 commit comments