| 1095 | // |
| 1096 | |
| 1097 | TObjectReflection::TObjectReflection(const std::string &pName, const TType &pType, int pOffset, int pGLDefineType, |
| 1098 | int pSize, int pIndex) |
| 1099 | : name(pName), offset(pOffset), glDefineType(pGLDefineType), size(pSize), index(pIndex), counterIndex(-1), |
| 1100 | numMembers(-1), arrayStride(0), topLevelArrayStride(0), stages(EShLanguageMask(0)), type(pType.clone()) |
| 1101 | { |
| 1102 | } |
| 1103 | |
| 1104 | int TObjectReflection::getBinding() const |
| 1105 | { |