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
It's currently unclear what a default RenderState would look like, so it might make sense to have a default RenderState that can be used as basis and then modified as need be.
The set of constructors in the C++ API is conflated into a create function
with all possible default values in the parameters. Documentation inspired
by the C++ version.
Also, a default function is declared reusing those defaults in order to
match the following change made in CSFML:
SFML/CSFML#178
It's currently unclear what a default RenderState would look like, so it might make sense to have a default RenderState that can be used as basis and then modified as need be.
See discussion thread here (and here).
The text was updated successfully, but these errors were encountered: