glCompressedTexSubImage1D top-level property

GlCompressedTexSubImage1D glCompressedTexSubImage1D
getter/setter pair

Implementation

GlCompressedTexSubImage1D glCompressedTexSubImage1D =
    loadFunction<GlCompressedTexSubImage1DNative>(
            _library, 'glCompressedTexSubImage1D')
        .asFunction<GlCompressedTexSubImage1D>();