| 2209 | g_functions.m_SetConstantM4(context, data, count, base_location); |
| 2210 | } |
| 2211 | void SetSampler(HContext context, HUniformLocation location, int32_t unit) |
| 2212 | { |
| 2213 | g_functions.m_SetSampler(context, location, unit); |
| 2214 | } |
| 2215 | |
| 2216 | HUniformLocation FindUniformLocation(HProgram program, dmhash_t name_hash) |
| 2217 | { |
no outgoing calls
no test coverage detected