On Fri, 17 Jun 2022 09:04:41 GMT, Ambarish Rapte <[email protected]> wrote:
>> Nir Lisker has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Remove unused comments, clean constructor
>
> modules/javafx.graphics/src/main/native-prism-d3d/D3DLight.h line 42:
>
>> 40: float position[3] = {0};
>> 41: float color[3] = {0};
>> 42: float lightOn = 0;
>
> how would `isOn` sound ?
The name is taken from `LighBase.java`. I can change it here, but we should
consider keeping the parallels.
-------------
PR: https://git.openjdk.org/jfx/pull/789