chromium/third_party/angle/src/libANGLE/VertexAttribute.inc

//
// Copyright 2015 The ANGLE Project Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
// VertexAttribute.inc: Inline vertex attribute methods
//

namespace gl
{

inline VertexAttribCurrentValueData::VertexAttribCurrentValueData()
    :{}

inline void VertexAttribCurrentValueData::setFloatValues(const GLfloat floatValues[4])
{}

inline void VertexAttribCurrentValueData::setIntValues(const GLint intValues[4])
{}

inline void VertexAttribCurrentValueData::setUnsignedIntValues(const GLuint unsignedIntValues[4])
{}

inline bool operator==(const VertexAttribCurrentValueData &a, const VertexAttribCurrentValueData &b)
{}

inline bool operator!=(const VertexAttribCurrentValueData &a, const VertexAttribCurrentValueData &b)
{}

}  // namespace gl