On Tue, 23 Aug 2022 19:45:40 GMT, Nir Lisker <nlis...@openjdk.org> wrote:
> What do you mean by "revert the type function parameter here"? `VsOutput main(VsInput vsInput)`: in the declaration, the type of function parameter `VsInput vsInput` should be reverted with change in build.gradle. `VsOutput main(VsInput vsInput)` should be changed to `VsOutput main(VertexType vsInput)` ------------- PR: https://git.openjdk.org/jfx/pull/789