Inviwo 0.9.12-pre
Inviwo documentation
Loading...
Searching...
No Matches
inviwo::ShaderSegment::Placeholder Struct Reference

#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)
 

Detailed Description

Represents a placeholder in shader code that will be replaced


The documentation for this struct was generated from the following file: