On Fri, 7 May 2021 22:29:53 GMT, Alexey Ushakov <[email protected]> wrote:
> Implemented indirect rendering (via stencil texture attachment) to stencil > texture src/java.desktop/macosx/native/libawt_lwawt/java2d/metal/MTLClip.h line 52: > 50: @property (readonly) id<MTLTexture> stencilTextureRef; > 51: @property (readonly) BOOL stencilMaskGenerationInProgress; > 52: @property (readwrite ) BOOL stencilMaskGenerationStarted; Is 'stencilMaskGenerationStarted' property needed? I don't see it being used anywhere to compare. ------------- PR: https://git.openjdk.java.net/jdk/pull/3929
