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

#include <Caps.h>

Public Member Functions

 TextureCaps ()
 
GLuint getMaxSamples () const
 
GLuint getNearestSamples (GLuint requestedSamples) const
 

Public Attributes

bool texturable
 
bool filterable
 
bool renderable
 
SupportedSampleSet sampleCounts
 

Constructor & Destructor Documentation

◆ TextureCaps()

gl::TextureCaps::TextureCaps ( )

Member Function Documentation

◆ getMaxSamples()

GLuint gl::TextureCaps::getMaxSamples ( ) const

◆ getNearestSamples()

GLuint gl::TextureCaps::getNearestSamples ( GLuint  requestedSamples) const

Member Data Documentation

◆ filterable

bool gl::TextureCaps::filterable

◆ renderable

bool gl::TextureCaps::renderable

◆ sampleCounts

SupportedSampleSet gl::TextureCaps::sampleCounts

◆ texturable

bool gl::TextureCaps::texturable

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