Searched refs:bufFormat (Results 1 - 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/post/
H A DHDRRenderer.java91 private Image.Format bufFormat = Format.RGB16F; field in class:HDRRenderer
105 bufFormat = Format.RGB111110F;
107 bufFormat = Format.RGB16F;
261 mainScene = new Texture2D(w, h, bufFormat);
277 msFB.setColorBuffer(bufFormat);

Completed in 542 milliseconds