Searched defs:BufferVariable (Results 1 – 2 of 2) sorted by relevance
176 struct BufferVariable struct186 ~BufferVariable() {} in ~BufferVariable() argument188 bool isArray() const { return pod.isArray; } in isArray()189 uint32_t getBasicTypeElementCount() const { return pod.basicTypeElementCount; } in getBasicTypeElementCount()193 std::string name;194 std::string mappedName;197 struct PODStruct216 } pod;
83 BufferVariable::BufferVariable() in BufferVariable() function in gl::BufferVariable91 BufferVariable::BufferVariable(GLenum type, in BufferVariable() function in gl::BufferVariable