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

Fix compiler warning related to hlsl files

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P5 P5
    • tbd
    • 8
    • javafx
    • None
    • Windows

      C:\java\javafx\800\jfx\rt\modules\graphics\build\generated-src\jsl-decora\com\sun\scenario\effect\impl\hw\d3d\hlsl\PhongLighting_DISTANT.hlsl(52,28): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them

      C:\java\javafx\800\jfx\rt\modules\graphics\build\generated-src\jsl-decora\com\sun\scenario\effect\impl\hw\d3d\hlsl\PhongLighting_POINT.hlsl(55,28): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them

      C:\java\javafx\800\jfx\rt\modules\graphics\build\generated-src\jsl-decora\com\sun\scenario\effect\impl\hw\d3d\hlsl\PhongLighting_SPOT.hlsl(59,28): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them

      C:\java\javafx\800\jfx\rt\modules\graphics\build\generated-src\jsl-prism\com\sun\prism\d3d\hlsl\Solid_TextureSecondPassLCD.hlsl(18,10): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them

      C:\java\javafx\800\jfx\rt\modules\graphics\build\generated-src\jsl-prism\com\sun\prism\d3d\hlsl\Solid_TextureSecondPassLCD.hlsl(24,5): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them

            Unassigned Unassigned
            ckyang Chien Yang (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Imported: