MCPcopy Create free account
hub / github.com/defold/defold / OutputValue

Function OutputValue

engine/modelc/src/modelimporter_debug.cpp:158–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156
157template<typename T>
158static void OutputValue(const char* name, T value, int indent)
159{
160 OutputIndent(indent);
161 printf("%s: %.3f\n", name, (float)value);
162}
163
164template<>
165void OutputValue(const char* name, int value, int indent)

Callers 15

OutputSamplerFunction · 0.85
OutputTextureTransformFunction · 0.85
OutputTextureViewFunction · 0.85
OutputTextureFunction · 0.85
OutputClearcoatFunction · 0.85
OutputTransmissionFunction · 0.85
OutputIorFunction · 0.85
OutputSpecularFunction · 0.85
OutputVolumeFunction · 0.85
OutputSheenFunction · 0.85

Calls 1

OutputIndentFunction · 0.85

Tested by

no test coverage detected