On Mon, 4 Aug 2025 22:54:13 GMT, Nir Lisker <[email protected]> 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
