webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <ShaderVars.h>
Public Attributes | |
int | location |
Public Attributes inherited from sh::ShaderVariable | |
GLenum | type |
GLenum | precision |
std::string | name |
std::string | mappedName |
unsigned int | arraySize |
bool | staticUse |
std::vector< ShaderVariable > | fields |
std::string | structName |
Additional Inherited Members | |
Protected Member Functions inherited from sh::ShaderVariable | |
bool | isSameVariableAtLinkTime (const ShaderVariable &other, bool matchPrecision) const |
bool | operator== (const ShaderVariable &other) const |
bool | operator!= (const ShaderVariable &other) const |
bool | isSameVariableAtLinkTime (const ShaderVariable &other, bool matchPrecision) const |
bool | operator== (const ShaderVariable &other) const |
bool | operator!= (const ShaderVariable &other) const |
sh::InterfaceVariable::InterfaceVariable | ( | ) |
sh::InterfaceVariable::~InterfaceVariable | ( | ) |
sh::InterfaceVariable::InterfaceVariable | ( | const InterfaceVariable & | other | ) |
sh::InterfaceVariable::InterfaceVariable | ( | ) |
sh::InterfaceVariable::~InterfaceVariable | ( | ) |
sh::InterfaceVariable::InterfaceVariable | ( | const InterfaceVariable & | other | ) |
|
inline |
|
inline |
InterfaceVariable& sh::InterfaceVariable::operator= | ( | const InterfaceVariable & | other | ) |
InterfaceVariable & sh::InterfaceVariable::operator= | ( | const InterfaceVariable & | other | ) |
bool sh::InterfaceVariable::operator== | ( | const InterfaceVariable & | other | ) | const |
bool sh::InterfaceVariable::operator== | ( | const InterfaceVariable & | other | ) | const |
int sh::InterfaceVariable::location |