webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
gl::FormatType Struct Referencefinal

#include <formatutils.h>

Public Member Functions

 FormatType ()
 
 FormatType (GLenum format_, GLenum type_)
 
 FormatType (const FormatType &other)=default
 
FormatTypeoperator= (const FormatType &other)=default
 
bool operator< (const FormatType &other) const
 

Public Attributes

GLenum format
 
GLenum type
 

Constructor & Destructor Documentation

◆ FormatType() [1/3]

gl::FormatType::FormatType ( )

◆ FormatType() [2/3]

gl::FormatType::FormatType ( GLenum  format_,
GLenum  type_ 
)

◆ FormatType() [3/3]

gl::FormatType::FormatType ( const FormatType other)
default

Member Function Documentation

◆ operator<()

bool gl::FormatType::operator< ( const FormatType other) const

◆ operator=()

FormatType& gl::FormatType::operator= ( const FormatType other)
default

Member Data Documentation

◆ format

GLenum gl::FormatType::format

◆ type

GLenum gl::FormatType::type

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