Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace deprecated functions in the tutorials #68

Closed
3 tasks done
eXpl0it3r opened this issue Aug 10, 2016 · 3 comments
Closed
3 tasks done

Replace deprecated functions in the tutorials #68

eXpl0it3r opened this issue Aug 10, 2016 · 3 comments
Assignees
Labels

Comments

@eXpl0it3r
Copy link
Member

eXpl0it3r commented Aug 10, 2016

Some tutorials still use functions which were declared as deprecated.

@eXpl0it3r eXpl0it3r added the bug label Aug 10, 2016
@LaurentGomila
Copy link
Member

LaurentGomila commented Dec 7, 2016

The graphics-vertex-array tutorial uses deprecated enum values for primitive types: LinesStrip, TrianglesFan and TrianglesStrip.

@eXpl0it3r
Copy link
Member Author

Same goes for setParameter and setUniform for sf::Shader.

Hapaxia added a commit to Hapaxia/SFML-Website that referenced this issue Mar 13, 2017
replaced all setParameter instances in shader tutorial with setUniform.
replaced all deprecated primitive type enum values with new values in
the vertex array tutorial.
renamed associated images to match.
eXpl0it3r pushed a commit that referenced this issue Mar 13, 2017
replaced all setParameter instances in shader tutorial with setUniform.
replaced all deprecated primitive type enum values with new values in
the vertex array tutorial.
renamed associated images to match.
@eXpl0it3r eXpl0it3r self-assigned this Mar 13, 2017
@eXpl0it3r
Copy link
Member Author

Fixed with #84.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants