On Mon, 17 Aug 2026 11:41:17 GMT, Ambarish Rapte <[email protected]> wrote:
>> * Adds the missing .h files as inputs. >> * Names the input properties for `-i` debug info. >> * Removes a redundant nested output dir. >> >> --------- >> - [x] I confirm that I make this contribution in accordance with the >> [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). > > build.gradle line 2501: > >> 2499: }).withPropertyName("hlslSources") >> 2500: >> inputs.file("$prismD3DSource/PassThroughVS.hlsl").withPropertyName("PassThroughVsSources") >> 2501: outputs.dir "$buildDir/headers/PrismD3D/" > > Please remove the `.withPropertyName("")` calls, as thee seem un-required for > this change. Can remove, the names appear in the debug info (`-i`). ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/2252#discussion_r3796838116
