()
| 561 | |
| 562 | |
| 563 | protected boolean getDepthWriteMask() { |
| 564 | intBuffer.rewind(); |
| 565 | getBooleanv(DEPTH_WRITEMASK, intBuffer); |
| 566 | return intBuffer.get(0) != 0; |
| 567 | } |
| 568 | |
| 569 | |
| 570 | protected Texture wrapBackTexture(Texture texture) { |
no test coverage detected