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

Function GetAttributeCount

engine/graphics/src/graphics.cpp:2195–2198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2193 return g_functions.m_ReloadProgram(context, program, ddf);
2194 }
2195 uint32_t GetAttributeCount(HProgram prog)
2196 {
2197 return g_functions.m_GetAttributeCount(prog);
2198 }
2199 void GetAttribute(HProgram prog, uint32_t index, dmhash_t* name_hash, Type* type, uint32_t* element_count, uint32_t* num_values, int32_t* location)
2200 {
2201 return g_functions.m_GetAttribute(prog, index, name_hash, type, element_count, num_values, location);

Callers 2

CreateAttributesFunction · 0.85
TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.68