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

#include <angletypes.h>

Public Member Functions

 Extents ()
 
 Extents (int width_, int height_, int depth_)
 
 Extents (const Extents &other)=default
 
Extentsoperator= (const Extents &other)=default
 
bool empty () const
 

Public Attributes

int width
 
int height
 
int depth
 

Constructor & Destructor Documentation

◆ Extents() [1/3]

gl::Extents::Extents ( )
inline

◆ Extents() [2/3]

gl::Extents::Extents ( int  width_,
int  height_,
int  depth_ 
)
inline

◆ Extents() [3/3]

gl::Extents::Extents ( const Extents other)
default

Member Function Documentation

◆ empty()

bool gl::Extents::empty ( ) const
inline

◆ operator=()

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

Member Data Documentation

◆ depth

int gl::Extents::depth

◆ height

int gl::Extents::height

◆ width

int gl::Extents::width

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