glCompressedTexSubImage2D top-level property

GlCompressedTexSubImage2D glCompressedTexSubImage2D
getter/setter pair

Implementation

GlCompressedTexSubImage2D glCompressedTexSubImage2D =
    loadFunction<GlCompressedTexSubImage2DNative>(
            _library, 'glCompressedTexSubImage2D')
        .asFunction<GlCompressedTexSubImage2D>();