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

Function GetAttribute

engine/graphics/src/graphics.cpp:2199–2202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);
2202 }
2203 void SetConstantV4(HContext context, const dmVMath::Vector4* data, int count, HUniformLocation base_location)
2204 {
2205 g_functions.m_SetConstantV4(context, data, count, base_location);

Callers 2

CreateAttributesFunction · 0.85
TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.68