| 37 | } |
| 38 | |
| 39 | void DeleteConstant(HConstant constant) |
| 40 | { |
| 41 | if (constant->m_AllocatedValues) |
| 42 | dmMemory::AlignedFree(constant->m_Values); |
| 43 | delete constant; |
| 44 | } |
| 45 | |
| 46 | dmVMath::Vector4* GetConstantValues(HConstant constant, uint32_t* num_values) |
| 47 | { |