22#include <Graph/ShaderGraph.h>
24namespace OpenShaderDesigner::Nodes::VectorMath
29inline static constexpr ImColor HeaderColor = ImColor(0xA7, 0x62, 0x53);
30inline static constexpr ImColor HeaderHoveredColor = ImColor(0xC5, 0x79, 0x67);
31inline static constexpr ImColor HeaderActiveColor = ImColor(0x82, 0x4C, 0x40);
33inline static const std::string HeaderMarker =
"\uF3B9 ";
48 void Inspect()
override;
50 std::string GetCode()
const override;
62 void Inspect()
override;
64 std::string GetCode()
const override;
Definition ShaderGraph.h:246
Definition ShaderGraph.h:142