RFR: 8271024: Implement macOS Metal Rendering Pipeline [v5]
Ambarish Rapte
arapte at openjdk.org
Wed Jul 2 08:05:46 UTC 2025
On Mon, 30 Jun 2025 15:46:06 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
> The method createStockShader(String) of type DummyResourceFactory should be tagged with `@Override` since it actually overrides a superinterface method DummyResourceFactory.java Java Problem /graphics/src/main/java/com/sun/prism/null3d line 132
Thank you, added `@Override` annotation to mentioned methods.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1824#issuecomment-3026869510
More information about the openjfx-dev
mailing list