FramebufferFormat constructor

FramebufferFormat(
  1. int format,
  2. int channels,
  3. int type
)

Implementation

FramebufferFormat(this.format, this.channels, this.type);