You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement drawOval() using Signed Distance Fields (SDFs) within the unified primitive fragment shader to ensure smooth, anti-aliased rendering on macOS when the SDF renderer is enabled.
Implement
drawOval()using Signed Distance Fields (SDFs) within the unified primitive fragment shader to ensure smooth, anti-aliased rendering on macOS when the SDF renderer is enabled.