EXTColorBufferHalfFloat constructor

EXTColorBufferHalfFloat({
  1. num? rgba16fExt,
  2. num? rgb16fExt,
  3. num? framebufferAttachmentComponentTypeExt,
  4. num? unsignedNormalizedExt,
})

Implementation

factory EXTColorBufferHalfFloat({
  _i2.num? rgba16fExt,
  _i2.num? rgb16fExt,
  _i2.num? framebufferAttachmentComponentTypeExt,
  _i2.num? unsignedNormalizedExt,
}) =>
    EXTColorBufferHalfFloat._(
      rgba16fExt: rgba16fExt,
      rgb16fExt: rgb16fExt,
      framebufferAttachmentComponentTypeExt:
          framebufferAttachmentComponentTypeExt,
      unsignedNormalizedExt: unsignedNormalizedExt,
    );