Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8101311

DebugPrintD3DError macro should print error code in HEX instead of deicmal form

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Fixed
    • P4
    • fx2.1
    • fx2.1
    • javafx

    Description

      All d3d errors can be easier found in hex form:

      - TraceLn1(NWT_TRACE_ERROR, "D3D Error: " ## msg ## " res=%d", res)
      + TraceLn1(NWT_TRACE_ERROR, "D3D Error: " ## msg ## " res=0x%08X", res)

      Attachments

        Activity

          People

            kprazdnikwse Kirill.Prazdnikov (Inactive)
            kprazdnikwse Kirill.Prazdnikov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              Imported: