Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/core/com/jme3/texture/
DFrameBuffer.java82 private int colorBufIndex = 0; field in FrameBuffer
263 if (enabled) colorBufIndex = -1; in setMultiTarget()
264 else colorBufIndex = 0; in setMultiTarget()
272 return colorBufIndex == -1; in isMultiTarget()
292 colorBufIndex = index; in setTargetIndex()
302 return colorBufIndex; in getTargetIndex()
426 String mrtStr = colorBufIndex >= 0 ? "" + colorBufIndex : "mrt"; in toString()