Update Caps.java

define_list_fix
TehLeo 8 years ago committed by GitHub
parent 85f1e6ab46
commit 7ed61854df
  1. 5
      jme3-core/src/main/java/com/jme3/renderer/Caps.java

@ -202,6 +202,11 @@ public enum Caps {
*/
FloatTexture,
/**
* Supports integer textures
*/
IntegerTexture,
/**
* Supports floating point FBO color buffers (Format.RGB16F)
*/

Loading…
Cancel
Save