# File lib/as_texture.rb, line 148
  def initialize(backing, filter = :smooth, inform = :rgba)
    super(backing, filter, inform, false)
  end