![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
Public Member Functions | |
| constexpr | GLFormat (GLenum format, GLenum internalFormat, GLenum type, std::string_view layoutQualifier, GLuint channels, GLuint typeSize, utilgl::Normalization normalization) |
Public Attributes | |
| GLuint | channels |
| GLenum | format |
| GLenum | internalFormat |
| std::string_view | layoutQualifier |
| utilgl::Normalization | normalization |
| GLenum | type |
| GLuint | typeSize |
| bool | valid |
Friends | |
| constexpr bool | operator!= (const GLFormat &a, const GLFormat &b) noexcept |
| constexpr bool | operator== (const GLFormat &a, const GLFormat &b) noexcept |