RFR: 8271024: Implement macOS Metal Rendering Pipeline [v11]

Nir Lisker nlisker at openjdk.org
Wed Aug 6 23:29:29 UTC 2025


On Mon, 4 Aug 2025 22:54:13 GMT, Nir Lisker <nlisker at openjdk.org> wrote:

>> modules/javafx.graphics/src/main/java/com/sun/prism/mtl/MTLTexture.java line 87:
>> 
>>> 85:     @Override
>>> 86:     protected Texture createSharedTexture(WrapMode newMode) {
>>> 87:         return new MTLTexture(this, newMode);
>> 
>> Raw type
>
> Same, needs to be `MTLTexture<>`.

Minor: Also here `MTLTexture<T>` can be `MTLTexture<>`.

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

PR Review Comment: https://git.openjdk.org/jfx/pull/1824#discussion_r2258522719


More information about the openjfx-dev mailing list