| 71 | }; |
| 72 | |
| 73 | void ResetPixelPackState(bool compressed, GLint alignment) |
| 74 | { |
| 75 | PixelPackState empty; |
| 76 | empty.alignment = alignment; |
| 77 | empty.Apply(compressed); |
| 78 | } |
| 79 | |
| 80 | void ResetPixelUnpackState(bool compressed, GLint alignment) |
| 81 | { |
no test coverage detected