Parcourir la source

Update Caps.java

TehLeo il y a 8 ans
Parent
commit
7ed61854df
1 fichiers modifiés avec 6 ajouts et 1 suppressions
  1. 6 1
      jme3-core/src/main/java/com/jme3/renderer/Caps.java

+ 6 - 1
jme3-core/src/main/java/com/jme3/renderer/Caps.java

@@ -201,7 +201,12 @@ public enum Caps {
      * Supports floating point & half textures (Format.RGB16F)
      */
     FloatTexture,
-
+    
+    /**
+     * Supports integer textures
+     */
+    IntegerTexture,
+    
     /**
      * Supports floating point FBO color buffers (Format.RGB16F)
      */