simplex3d.engine.graphics

ReadTextureBinding

sealed abstract class ReadTextureBinding[T <: Texture[_] with Concrete] extends Protected with Cloneable with Binding with Serializable

Annotations
@SerialVersionUID( 8104346712419693669L )
Linear Supertypes
Serializable, Serializable, Binding, Cloneable, Protected, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ReadTextureBinding
  2. Serializable
  3. Serializable
  4. Binding
  5. Cloneable
  6. Protected
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ReadTextureBinding()(implicit arg0: ClassTag[T])

Type Members

  1. type Accessor = _$1 with math.integration.Accessor

  2. abstract type Clone <: ReadTextureBinding[T]

    Definition Classes
    ReadTextureBinding → Cloneable
  3. type Mutable = TextureBinding[T]

    Definition Classes
    ReadTextureBinding → Protected
  4. type Read = ReadTextureBinding[T]

    Definition Classes
    ReadTextureBinding → Protected

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. final val bindingTag: ClassTag[T]

  8. final def bound: T

  9. def clone(): Clone

    Definition Classes
    Cloneable → AnyRef
  10. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. final def equals(other: Any): Boolean

    Definition Classes
    ReadTextureBinding → AnyRef → Any
  12. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  13. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  14. final def hashCode(): Int

    Definition Classes
    ReadTextureBinding → AnyRef → Any
  15. def isAccessible: Boolean

  16. final def isBound: Boolean

  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. def isWritable: Boolean

  19. final def mutableCopy: TextureBinding[T]

    Definition Classes
    ReadTextureBinding → Protected
  20. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  23. def read: ReadData[Accessor] with DirectSrc with ContiguousSrc

  24. def samplerRemapping(path: String, remapping: HashMap[String, String]): Unit

  25. def src: DirectSrc with ContiguousSrc

  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  27. var texture: T

    Attributes
    protected[simplex3d.engine]
  28. final def toString(): String

    Definition Classes
    ReadTextureBinding → AnyRef → Any
  29. final def unbind(): Unit

  30. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  31. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  32. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  33. def write: Data[Accessor] with DirectSrc with ContiguousSrc

Inherited from Serializable

Inherited from Serializable

Inherited from Binding

Inherited from Cloneable

Inherited from Protected

Inherited from AnyRef

Inherited from Any

Ungrouped