Searched defs:ShaderVariable (Results 1 – 2 of 2) sorted by relevance
67 struct ShaderVariable struct74 ShaderVariable &operator=(const ShaderVariable &other); argument93 // Turn this ShaderVariable from an array into a specific element in that array. Will update argument120 // Given a mapped name like 'a[0].b.c[0]', return the ShaderVariable argument152 void updateEffectiveLocation(const sh::ShaderVariable &parent); argument197 std::vector<ShaderVariable> fields; argument201 std::string structOrBlockName;202 std::string mappedStructOrBlockName;205 bool isRowMajorLayout;208 int location;[all …]
34 ShaderVariable::ShaderVariable() : ShaderVariable(GL_NONE) {} in ShaderVariable() function in sh::ShaderVariable36 ShaderVariable::ShaderVariable(GLenum typeIn) in ShaderVariable() function in sh::ShaderVariable62 ShaderVariable::ShaderVariable(GLenum typeIn, unsigned int arraySizeIn) : ShaderVariable(typeIn) in ShaderVariable() function in sh::ShaderVariable70 ShaderVariable::ShaderVariable(const ShaderVariable &other) in ShaderVariable() function in sh::ShaderVariable