TexturePropertiesFramebufferWrapped top-level property

TextureProperties TexturePropertiesFramebufferWrapped
final

Implementation

final TextureProperties TexturePropertiesFramebufferWrapped =
    TextureProperties()
      ..flipY = false
      ..clamp = false
      ..mipmap = false
      ..SetFilterNearest();