Texture

bearlyb.render.Texture
See theTexture companion class
object Texture

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Texture.type

Members list

Type members

Classlikes

case class Writer

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Writer

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Writer.type

Value members

Concrete methods

def apply(renderer: Renderer, format: PixelFormat, access: TextureAccess, w: Int, h: Int): Texture
def loadImage(file: String, renderer: Renderer): Option[Texture]