()
| 520 | |
| 521 | |
| 522 | protected boolean getDepthWriteMask() { |
| 523 | intBuffer.rewind(); |
| 524 | getBooleanv(DEPTH_WRITEMASK, intBuffer); |
| 525 | return intBuffer.get(0) == 0 ? false : true; |
| 526 | } |
| 527 | |
| 528 | |
| 529 | protected Texture wrapBackTexture(Texture texture) { |
no test coverage detected