glCompressedTexSubImage3D top-level property

GlCompressedTexSubImage3D glCompressedTexSubImage3D
getter/setter pair

Implementation

GlCompressedTexSubImage3D glCompressedTexSubImage3D =
    loadFunction<GlCompressedTexSubImage3DNative>(
            _library, 'glCompressedTexSubImage3D')
        .asFunction<GlCompressedTexSubImage3D>();