Skip to content
  • Manuel Stoeckl's avatar
    Allow direct uploads of 16-bpc QImage formats · a2b7c09a
    Manuel Stoeckl authored and David Edmundson's avatar David Edmundson committed
    This commit expands the QImage-to-GL formatTable to include entries
    for RGBX64, RGBA64_Premultiplied, and Grayscale16 image formats.
    Uploading 16-bit-per-channel formats is supported by OpenGL and, with
    the GL_EXT_texture_norm16 extension, GLES.
    a2b7c09a