浏览代码

Update Caps.java

TehLeo 8 年之前
父节点
当前提交
7ed61854df
共有 1 个文件被更改,包括 6 次插入1 次删除
  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)
      * Supports floating point & half textures (Format.RGB16F)
      */
      */
     FloatTexture,
     FloatTexture,
-
+    
+    /**
+     * Supports integer textures
+     */
+    IntegerTexture,
+    
     /**
     /**
      * Supports floating point FBO color buffers (Format.RGB16F)
      * Supports floating point FBO color buffers (Format.RGB16F)
      */
      */