| 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); |
no outgoing calls