Sets the texture wrapping type
| 185 | |
| 186 | // Sets the texture wrapping type |
| 187 | void rend_SetWrapType(wrap_type val) { gpu_state.cur_wrap_type = val; } |
| 188 | |
| 189 | void rend_SetZBias(float z_bias) { |
| 190 | if (Z_bias != z_bias) { |
no outgoing calls
no test coverage detected