MCPcopy Index your code
hub / github.com/processing/processing / usingMipmaps

Method usingMipmaps

core/src/processing/opengl/Texture.java:507–509  ·  view source on GitHub ↗

Returns true or false whether or not the texture is using mipmaps. @return boolean

()

Source from the content-addressed store, hash-verified

505 * @return boolean
506 */
507 public boolean usingMipmaps() {
508 return usingMipmaps;
509 }
510
511
512 public void usingMipmaps(boolean mipmaps, int sampling) {

Callers 1

checkTextureMethod · 0.80

Calls 5

bindMethod · 0.95
manualMipmapMethod · 0.95
unbindMethod · 0.95
texParameteriMethod · 0.45
generateMipmapMethod · 0.45

Tested by

no test coverage detected