Bump max path windings to 128
This eliminates artifacts while still seeming to work with anti-aliasing.
This commit is contained in:
@@ -193,7 +193,7 @@ vertex SpriteFragmentInput sprite_vertex(
|
||||
};
|
||||
}
|
||||
|
||||
#define MAX_WINDINGS 16.
|
||||
#define MAX_WINDINGS 128.
|
||||
|
||||
fragment float4 sprite_fragment(
|
||||
SpriteFragmentInput input [[stage_in]],
|
||||
|
||||
Reference in New Issue
Block a user