|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <Program.h>
Public Member Functions | |
| VariableLocation () | |
| VariableLocation (const std::string &name, unsigned int element, unsigned int index) | |
Public Attributes | |
| std::string | name |
| unsigned int | element |
| unsigned int | index |
| bool | used |
| bool | ignored |
| gl::VariableLocation::VariableLocation | ( | ) |
| gl::VariableLocation::VariableLocation | ( | const std::string & | name, |
| unsigned int | element, | ||
| unsigned int | index | ||
| ) |
| unsigned int gl::VariableLocation::element |
| bool gl::VariableLocation::ignored |
| unsigned int gl::VariableLocation::index |
| std::string gl::VariableLocation::name |
| bool gl::VariableLocation::used |
1.8.13