RFR: 8217853: Cleanup in the D3D native pipeline [v5]
Ambarish Rapte
arapte at openjdk.org
Fri Aug 26 18:32:22 UTC 2022
On Tue, 23 Aug 2022 19:45:40 GMT, Nir Lisker <nlisker at 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
More information about the openjfx-dev
mailing list