diff options
author | phil <[email protected]> | 2016-11-03 21:05:47 +1300 |
---|---|---|
committer | phil <[email protected]> | 2016-11-03 21:05:47 +1300 |
commit | 9011518a2d979143079ed7975b24e4e9784a9d25 (patch) | |
tree | dace21ac7648e4a8a72a91b59028642e10812bdc | |
parent | 0c35691143a89584ca868303ea7b68e2ee0abe0c (diff) |
gl2es2 raster ops cannot be enabled warning message
-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.";// |