mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-17 13:19:59 +01:00
UX improvements, highlight icon button, ComboIcon, reset value label
Major changes in ImGuiVisitor (all image filtering and ImageProcessingShader), new imGuiToolkit ComboIcon (replacing previous ComboIcon widget), new icons,
This commit is contained in:
@@ -31,7 +31,7 @@ public:
|
||||
RENDER_TEXTURE = 0,
|
||||
RENDER_EXCLUSIVE
|
||||
} RenderSourceProvenance;
|
||||
static const char* rendering_provenance_label[2];
|
||||
static std::vector< std::tuple<int, int, std::string> > ProvenanceMethod;
|
||||
|
||||
void setRenderingProvenance(RenderSourceProvenance m) { provenance_ = m; }
|
||||
RenderSourceProvenance renderingProvenance() const { return provenance_; }
|
||||
|
||||
Reference in New Issue
Block a user