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