Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ OutputIndent
Function
OutputIndent
engine/modelc/src/modelimporter_debug.cpp:55–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
}
54
55
static void OutputIndent(int indent)
56
{
57
for (int i = 0; i < indent; ++i) {
58
printf(
" "
);
59
}
60
}
61
62
// static void OutputTransform(const dmTransform::Transform& transform)
63
// {
Callers
15
OutputBone
Function · 0.85
OutputSkin
Function · 0.85
OutputNodeTree
Function · 0.85
OutputArray
Function · 0.85
OutputValue
Function · 0.85
OutputSampler
Function · 0.85
OutputTextureView
Function · 0.85
OutputTexture
Function · 0.85
OutputPbrMetallicRoughness
Function · 0.85
OutputPbrSpecularGlossiness
Function · 0.85
OutputClearcoat
Function · 0.85
OutputTransmission
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected