![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
Public Member Functions | |
| constexpr | BufferInfo (BufferType atype) |
| constexpr | BufferInfo (BufferType atype, int alocation) |
| auto | operator<=> (const BufferInfo &) const =default |
Public Attributes | |
| BufferType | type = BufferType::PositionAttrib |
| int | location = static_cast<int>(BufferType::PositionAttrib) |
| attribute location of buffer in GLSL shader | |
Friends | |
| IVW_CORE_API friend std::ostream & | operator<< (std::ostream &ss, Mesh::BufferInfo info) |