trait WEBGLDrawBuffers extends Object

Enables multiple draw buffer support. (Khronos Extension)

Annotations
@JSType() @native()
See also

https://www.khronos.org/registry/webgl/extensions/WEBGL_draw_buffers/

Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WEBGLDrawBuffers
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val COLOR_ATTACHMENT0_WEBGL: Int
  5. val COLOR_ATTACHMENT10_WEBGL: Int
  6. val COLOR_ATTACHMENT11_WEBGL: Int
  7. val COLOR_ATTACHMENT12_WEBGL: Int
  8. val COLOR_ATTACHMENT13_WEBGL: Int
  9. val COLOR_ATTACHMENT14_WEBGL: Int
  10. val COLOR_ATTACHMENT15_WEBGL: Int
  11. val COLOR_ATTACHMENT1_WEBGL: Int
  12. val COLOR_ATTACHMENT2_WEBGL: Int
  13. val COLOR_ATTACHMENT3_WEBGL: Int
  14. val COLOR_ATTACHMENT4_WEBGL: Int
  15. val COLOR_ATTACHMENT5_WEBGL: Int
  16. val COLOR_ATTACHMENT6_WEBGL: Int
  17. val COLOR_ATTACHMENT7_WEBGL: Int
  18. val COLOR_ATTACHMENT8_WEBGL: Int
  19. val COLOR_ATTACHMENT9_WEBGL: Int
  20. val DRAW_BUFFER0_WEBGL: Int
  21. val DRAW_BUFFER10_WEBGL: Int
  22. val DRAW_BUFFER11_WEBGL: Int
  23. val DRAW_BUFFER12_WEBGL: Int
  24. val DRAW_BUFFER13_WEBGL: Int
  25. val DRAW_BUFFER14_WEBGL: Int
  26. val DRAW_BUFFER15_WEBGL: Int
  27. val DRAW_BUFFER1_WEBGL: Int
  28. val DRAW_BUFFER2_WEBGL: Int
  29. val DRAW_BUFFER3_WEBGL: Int
  30. val DRAW_BUFFER4_WEBGL: Int
  31. val DRAW_BUFFER5_WEBGL: Int
  32. val DRAW_BUFFER6_WEBGL: Int
  33. val DRAW_BUFFER7_WEBGL: Int
  34. val DRAW_BUFFER8_WEBGL: Int
  35. val DRAW_BUFFER9_WEBGL: Int
  36. val MAX_COLOR_ATTACHMENTS_WEBGL: Int
  37. val MAX_DRAW_BUFFERS_WEBGL: Int
  38. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  39. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  40. def drawBuffersWEBGL(buffers: Array[Int]): Unit
  41. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  42. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  43. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  44. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  45. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  46. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  47. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  48. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  49. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  50. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  51. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  52. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  53. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  54. def toLocaleString(): String
    Definition Classes
    Object
  55. def toString(): String
    Definition Classes
    AnyRef → Any
  56. def valueOf(): Any
    Definition Classes
    Object
  57. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped