XMLWordPrintable

Details

    • Technical task
    • Resolution: Won't Do
    • Not Evaluated
    • 6.0
    • Core: Other
    • None
    • 5ebb03c47604e0597502fbe1069de636987f33fc

    Description

      It would prevent the common mistake of using QMatrix4x4 in a struct that is then copied into a buffer exposed as a uniform block in the shader. (unlike QVector2D and 3D which are 8 and 12 bytes, respectively, and thus are directly compatible with vec2 and vec3, QMatrix4x4 is has an extra flag, making it 68 bytes, which is unfortunate as it is incompatible with a mat4)

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            jkobus Jarek Kobus
            jkobus Jarek Kobus
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes