diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main/java/org/jogamp/java3d/Jogl2es2DEPPipeline.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/org/jogamp/java3d/Jogl2es2DEPPipeline.java b/src/main/java/org/jogamp/java3d/Jogl2es2DEPPipeline.java index 96fb4d1..22a6976 100644 --- a/src/main/java/org/jogamp/java3d/Jogl2es2DEPPipeline.java +++ b/src/main/java/org/jogamp/java3d/Jogl2es2DEPPipeline.java @@ -38,6 +38,7 @@ abstract class Jogl2es2DEPPipeline extends Pipeline + "Texture Lod, Filter, Sharpen and Combine cannot be supported. \n"// + "Texture3D cannot be supported. \n"// + "Accum style anti-aliasing cannot be supported. \n"// + + "RasterOps from RenderingAttributes cannot be used. \n"// + "It is strongly recomended that you use the format GeometryArray.USE_NIO_BUFFER = true. \n"// + "Note LineArray and LineStripArray will not render as nicely as the fixed function pipeline.";// |