Forráskód Böngészése

Added: GL_MAX_VERTEX_UNIFORM_COMPONENTS

zzuegg 10 éve
szülő
commit
46e4c21c2c
1 módosított fájl, 2 hozzáadás és 0 törlés
  1. 2 0
      jme3-core/src/main/java/com/jme3/renderer/Limits.java

+ 2 - 0
jme3-core/src/main/java/com/jme3/renderer/Limits.java

@@ -75,4 +75,6 @@ public enum Limits {
     ColorTextureSamples,
     
     DepthTextureSamples,
+
+    VertexUniformComponents,
 }