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

Method usingRepeat

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

Returns true or false whether or not the texture is using repeat wrap mode along either U or V directions. @return boolean

()

Source from the content-addressed store, hash-verified

573 * @return boolean
574 */
575 public boolean usingRepeat() {
576 return usingRepeat;
577 }
578
579
580 public void usingRepeat(boolean repeat) {

Callers 1

checkTextureMethod · 0.80

Calls 3

bindMethod · 0.95
unbindMethod · 0.95
texParameteriMethod · 0.45

Tested by

no test coverage detected