MCPcopy Create free account
hub / github.com/NVIDIA-RTX/Donut / SetString

Method SetString

src/engine/ConsoleObjects.cpp:500–500  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

498 template<> void VariableImpl<float3>::SetFloat3(float3 value, SetBy setby) { SetData(value, setby); }
499 template<> void VariableImpl<float4>::SetFloat4(float4 value, SetBy setby) { SetData(value, setby); }
500 template<> void VariableImpl<std::string>::SetString(std::string const& value, SetBy setby) { SetData(value, setby); }
501
502 template <typename T> std::string vector_to_string(T v)
503 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected