RFR: 8357625: Build should generate platform specific shaders [v3]
Nir Lisker
nlisker at openjdk.org
Tue Feb 17 15:49:26 UTC 2026
On Tue, 17 Feb 2026 15:38:55 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
> strange, now I am getting these warnings in Eclipse:
>
> ```
> Description Resource Type Path Location
> Project 'graphics' is missing required source folder: 'build/hlsl/Decora' graphics Build Path Problem Build path
> Project 'graphics' is missing required source folder: 'build/hlsl/Prism' graphics Build Path Problem Build path
> ```
I haven't looked at this, but the hlsl content should be generated for Windows only, so if you're on Mac I think they *should* be missing. IIRC, these are marked as optional dependencies in the Eclipse classpath file exactly because of this.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/2071#issuecomment-3915479733
More information about the openjfx-dev
mailing list