Inviwo 0.9.12-pre
Inviwo documentation
|
#include <shadersegment.h>
Public Member Functions | |
constexpr | Placeholder (std::string_view key, std::string_view name) |
Public Attributes | |
std::string_view | key |
std::string_view | name |
Friends | |
bool | operator== (const Placeholder &lhs, const Placeholder &rhs) |
bool | operator< (const Placeholder &lhs, const Placeholder &rhs) |
bool | operator!= (const Placeholder &lhs, const Placeholder &rhs) |
bool | operator> (const Placeholder &lhs, const Placeholder &rhs) |
bool | operator<= (const Placeholder &lhs, const Placeholder &rhs) |
bool | operator>= (const Placeholder &lhs, const Placeholder &rhs) |
IVW_MODULE_OPENGL_API friend std::ostream & | operator<< (std::ostream &os, const Placeholder &obj) |
Represents a placeholder in shader code that will be replaced