JDK-8101043 : Need to add any() and discard functionality to JSL language.
  • Type: Enhancement
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: fx2.0
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2011-05-02
  • Updated: 2015-06-16
  • Resolved: 2011-06-10
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
fx2.0Fixed
Related Reports
Blocks :  
Description
We need to add the 2 following shader functions to the JSL definitions (any and discard). They are required by the LCD text shaders for correct rendering/blending.
They exist in same name in both HLSL and GLSL (rare) so this should be a trivial task.
Comments
what is HLSL "discard" function ? http://msdn.microsoft.com/en-us/library/ff471376(v=vs.85).aspx
24-05-2011