On Mon, 17 Aug 2026 13:46:43 GMT, Nir Lisker <[email protected]> wrote:

>> 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`).

I would reccommend to remove as in general we don't add/have for debug info.

-------------

PR Review Comment: https://git.openjdk.org/jfx/pull/2252#discussion_r3805927975

Reply via email to