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

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

XMLWordPrintable

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

      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)

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

              Created:
              Updated:
              Resolved:
              Imported: