RFR: 8357625: Build should generate platform specific shaders [v5]
Andy Goryachev
angorya at openjdk.org
Thu Feb 19 16:19:13 UTC 2026
On Thu, 19 Feb 2026 16:12:33 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:
>> Ambarish Rapte has updated the pull request incrementally with one additional commit since the last revision:
>>
>> update comment
>
> build.gradle line 1718:
>
>> 1716: doFirst {
>> 1717: if (IS_MAC) {
>> 1718: mkdir "$project.buildDir/gensrc/mtl-headers"
>
> Will making this optional cause the same problem for Eclipse on non-macOS platforms as the one @andy-goryachev-oracle reported for the Windows dir on non-Windows platforms?
not with headers - only the directories that contain the resources are important in this case.
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/2071#discussion_r2828787116
More information about the openjfx-dev
mailing list