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

#include <Texture.h>

Public Member Functions

 ImageDesc ()
 
 ImageDesc (const Extents &size, const Format &format)
 
 ImageDesc (const ImageDesc &other)=default
 
ImageDescoperator= (const ImageDesc &other)=default
 

Public Attributes

Extents size
 
Format format
 

Constructor & Destructor Documentation

◆ ImageDesc() [1/3]

gl::ImageDesc::ImageDesc ( )

◆ ImageDesc() [2/3]

gl::ImageDesc::ImageDesc ( const Extents size,
const Format format 
)

◆ ImageDesc() [3/3]

gl::ImageDesc::ImageDesc ( const ImageDesc other)
default

Member Function Documentation

◆ operator=()

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

Member Data Documentation

◆ format

Format gl::ImageDesc::format

◆ size

Extents gl::ImageDesc::size

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