mirror of
https://github.com/overte-org/overte.git
synced 2025-04-06 22:32:57 +02:00
fix not matching declaration/definition argument name
This commit is contained in:
parent
b4362ea85a
commit
c4a0fc30bb
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ namespace buffer_helpers {
|
|||
template <typename T> gpu::BufferView newFromVector(const QVector<T>& elements, const gpu::Element& elementType);
|
||||
template <typename T> gpu::BufferView newFromVariantList(const QVariantList& list, const gpu::Element& elementType);
|
||||
|
||||
template <typename T> QVector<T> variantToVector(const QVariant& list);
|
||||
template <typename T> QVector<T> variantToVector(const QVariant& value);
|
||||
template <typename T> QVector<T> bufferToVector(const gpu::BufferView& view, const char *hint = "");
|
||||
|
||||
// note: these do value conversions from the underlying buffer type into the template type
|
||||
|
|
Loading…
Reference in a new issue