webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <formatutils.h>
Public Member Functions | |
FormatType () | |
FormatType (GLenum format_, GLenum type_) | |
FormatType (const FormatType &other)=default | |
FormatType & | operator= (const FormatType &other)=default |
bool | operator< (const FormatType &other) const |
Public Attributes | |
GLenum | format |
GLenum | type |
gl::FormatType::FormatType | ( | ) |
|
default |
bool gl::FormatType::operator< | ( | const FormatType & | other | ) | const |
|
default |
GLenum gl::FormatType::format |
GLenum gl::FormatType::type |