| 2163 | g_functions.m_DispatchCompute(context, group_count_x, group_count_y, group_count_z); |
| 2164 | } |
| 2165 | HProgram NewProgram(HContext context, ShaderDesc* ddf, char* error_buffer, uint32_t error_buffer_size) |
| 2166 | { |
| 2167 | return g_functions.m_NewProgram(context, ddf, error_buffer, error_buffer_size); |
| 2168 | } |
| 2169 | void DeleteProgram(HContext context, HProgram program) |
| 2170 | { |
| 2171 | DestroyProgram((Program*) program); |
no outgoing calls