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