Sets the alpha value for constant alpha
| 179 | |
| 180 | // Sets the alpha value for constant alpha |
| 181 | void rend_SetAlphaValue(uint8_t val) { |
| 182 | gpu_state.cur_alpha = val; |
| 183 | gpu_Alpha_multiplier = rend_GetAlphaMultiplier(); |
| 184 | } |
| 185 | |
| 186 | // Sets the texture wrapping type |
| 187 | void rend_SetWrapType(wrap_type val) { gpu_state.cur_wrap_type = val; } |
no test coverage detected