Returns true or false whether or not the texture is using mipmaps. @return boolean
()
| 505 | * @return boolean |
| 506 | */ |
| 507 | public boolean usingMipmaps() { |
| 508 | return usingMipmaps; |
| 509 | } |
| 510 | |
| 511 | |
| 512 | public void usingMipmaps(boolean mipmaps, int sampling) { |
no test coverage detected