Function gpa::api_types::operator!=(VertexInputElement const&, VertexInputElement const&)

Function Documentation

bool gpa::api_types::operator!=(VertexInputElement const &lhs, VertexInputElement const &rhs)

Gets a value indicating whether or not two VertexInputElements are inequal.

Parameters
  • lhs -- [in] The left hand side object to compare for inequality

  • rhs -- [in] The right hand side object to compare for inequality

Returns

Whether or not the given VertexInputElements are inequal