| 2243 | g_functions.m_EnableState(context, state); |
| 2244 | } |
| 2245 | void DisableState(HContext context, State state) |
| 2246 | { |
| 2247 | g_functions.m_DisableState(context, state); |
| 2248 | } |
| 2249 | void SetBlendFunc(HContext context, BlendFactor source_factor, BlendFactor destinaton_factor) |
| 2250 | { |
| 2251 | g_functions.m_SetBlendFunc(context, source_factor, destinaton_factor); |
no outgoing calls