Home
last modified time | relevance | path

Searched refs:nextTexUnit (Results 1 – 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/material/
DMaterial.java93 private int nextTexUnit = 0; field in Material
433 nextTexUnit--; in clearParam()
459 nextTexUnit--; in clearTextureParam()
489 paramValues.put(name, new MatParamTexture(type, name, value, nextTexUnit++)); in setTextureParam()
495 technique.notifySetParam(name, type, nextTexUnit - 1); in setTextureParam()
1107 if (nextTexUnit < texVal.getUnit() + 1) { in read()
1108 nextTexUnit = texVal.getUnit() + 1; in read()