MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / getValues

Method getValues

Source/Falcor/Utils/IndexedVector.h:88–88  ·  view source on GitHub ↗

* @brief Get the set of unique data items. */

Source from the content-addressed store, hash-verified

86 * @brief Get the set of unique data items.
87 */
88 fstd::span<const T> getValues() const { return mValues; }
89
90 /**
91 * @brief Get the ordered list of item indices.

Callers 2

getPositionsMethod · 0.80
tessellateFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected