| 2180 | return g_functions.m_IsShaderLanguageSupported(context, language, shader_type); |
| 2181 | } |
| 2182 | void EnableProgram(HContext context, HProgram program) |
| 2183 | { |
| 2184 | g_functions.m_EnableProgram(context, program); |
| 2185 | } |
| 2186 | void DisableProgram(HContext context) |
| 2187 | { |
| 2188 | g_functions.m_DisableProgram(context); |