aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorphil <[email protected]>2019-01-20 12:11:28 +1300
committerphil <[email protected]>2019-01-20 12:11:28 +1300
commit9f3299c6890c2c0329f7d38d445ee912e1e89458 (patch)
treec7f3de1902695a69e532d3d987954febcf84f4c5
parent45c6b5f9537a8c776a6f49374e0b7a48aaef4867 (diff)
deprecated features comment update to note tex coord generation is
ignored
-rw-r--r--src/main/java/org/jogamp/java3d/Jogl2es2DEPPipeline.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/org/jogamp/java3d/Jogl2es2DEPPipeline.java b/src/main/java/org/jogamp/java3d/Jogl2es2DEPPipeline.java
index 7e4cccf..b9d8066 100644
--- a/src/main/java/org/jogamp/java3d/Jogl2es2DEPPipeline.java
+++ b/src/main/java/org/jogamp/java3d/Jogl2es2DEPPipeline.java
@@ -33,7 +33,7 @@ abstract class Jogl2es2DEPPipeline extends Pipeline
+ "Decaling is not supported. \n"//
+ "Model Clip is not supported and must be reimplemented in shaders \n"//
+ "QuadArray or IndexedQuadArray cannot be supported. \n"//
- + "Texture Coordinate generation cannot be supported. \n" //
+ + "Texture Coordinate generation ignored, must be done in shaders. \n" //
+ "Texture Lod, Filter, Sharpen and Combine cannot be supported. \n"//
+ "Texture3D cannot be supported. \n"//
+ "Accum style anti-aliasing cannot be supported. \n"//