modules/graphics/src/main/java/com/sun/prism/ResourceFactory.java

Print this page

        

@@ -227,10 +227,11 @@
 
     public Texture createMaskTexture(int width, int height, Texture.WrapMode wrapMode);
     public Texture createFloatTexture(int width, int height);
     public RTTexture createRTTexture(int width, int height, Texture.WrapMode wrapMode);
     public RTTexture createRTTexture(int width, int height, Texture.WrapMode wrapMode, boolean msaa);
+    public RTTexture createRTTexture(int width, int height, Texture.WrapMode wrapMode, boolean msaa, boolean linearFilter);
     
     /**
      * A Texture may have been obtained from a different resource factory.
      * @param tex the texture to check.
      * @return whether this texture is compatible.