glCheckFramebufferStatus top-level property

GlCheckFramebufferStatus glCheckFramebufferStatus
getter/setter pair

Implementation

GlCheckFramebufferStatus glCheckFramebufferStatus =
    loadFunction<GlCheckFramebufferStatusNative>(
            _library, 'glCheckFramebufferStatus')
        .asFunction<GlCheckFramebufferStatus>();