(int cap)
| 5382 | } |
| 5383 | |
| 5384 | public static void glDisableWrapper(int cap) |
| 5385 | { |
| 5386 | GL11.glDisable(cap); |
| 5387 | |
| 5388 | if (cap == 3553) |
| 5389 | { |
| 5390 | disableTexture2D(); |
| 5391 | } |
| 5392 | else if (cap == 2912) |
| 5393 | { |
| 5394 | disableFog(); |
| 5395 | } |
| 5396 | } |
| 5397 | |
| 5398 | public static void sglEnableT2D(int cap) |
| 5399 | { |
nothing calls this directly
no test coverage detected