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

Function OutputTextureTransform

engine/modelc/src/modelimporter_debug.cpp:209–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207}
208
209static void OutputTextureTransform(TextureTransform* p, int indent)
210{
211 OutputArray("offset", p->m_Offset, indent);
212 OutputValue("rotation", p->m_Rotation, indent);
213 OutputArray("scale", p->m_Scale, indent);
214 if (p->m_Texcoord >= 0)
215 OutputValue("texcoord", p->m_Texcoord, indent);
216}
217
218static void OutputTextureView(const char* name, TextureView* p, int indent)
219{

Callers 1

OutputTextureViewFunction · 0.85

Calls 2

OutputArrayFunction · 0.85
OutputValueFunction · 0.85

Tested by

no test coverage detected