glApplyFramebufferAttachmentCmaaintel function opengl_glext

void glApplyFramebufferAttachmentCmaaintel()
GLAPI void APIENTRY glApplyFramebufferAttachmentCMAAINTEL (void)

Implementation

void glApplyFramebufferAttachmentCmaaintel() {
  final glApplyFramebufferAttachmentCmaaintelAsFunction =
      _glApplyFramebufferAttachmentCmaaintel
          .cast<NativeFunction<Void Function()>>()
          .asFunction<void Function()>();
  return glApplyFramebufferAttachmentCmaaintelAsFunction();
}