#include <shadersegment.h>
|  | 
| constexpr | Placeholder (std::string_view key, std::string_view name) | 
|  | 
| std::string_view | key | 
| std::string_view | name | 
|  | 
| 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 
The documentation for this struct was generated from the following file: